Address late review comment in samsungtv (#118539)
Address late comment in samsungtv
This commit is contained in:
parent
d67ed42edc
commit
e976db8443
1 changed files with 5 additions and 0 deletions
|
@ -325,6 +325,11 @@ class SamsungTVLegacyBridge(SamsungTVBridge):
|
||||||
"""Try to gather infos of this device."""
|
"""Try to gather infos of this device."""
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
def _notify_reauth_callback(self) -> None:
|
||||||
|
"""Notify access denied callback."""
|
||||||
|
if self._reauth_callback is not None:
|
||||||
|
self.hass.loop.call_soon_threadsafe(self._reauth_callback)
|
||||||
|
|
||||||
def _get_remote(self) -> Remote:
|
def _get_remote(self) -> Remote:
|
||||||
"""Create or return a remote control instance."""
|
"""Create or return a remote control instance."""
|
||||||
if self._remote is None:
|
if self._remote is None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue