mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
Cleanup samsungtv bridge (#67424)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
@@ -378,9 +378,6 @@ class SamsungTVWSBridge(SamsungTVBridge):
|
||||
|
||||
async def async_device_info(self) -> dict[str, Any] | None:
|
||||
"""Try to gather infos of this TV."""
|
||||
if not self.port:
|
||||
return None
|
||||
|
||||
if self._rest_api is None:
|
||||
self._rest_api = SamsungTVAsyncRest(
|
||||
host=self.host,
|
||||
|
||||
Reference in New Issue
Block a user