mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Cleanup SamsungTV log message (#71987)
This commit is contained in:
parent
afe2b71b2e
commit
d1d6c6b923
@ -307,9 +307,7 @@ class SamsungTVLegacyBridge(SamsungTVBridge):
|
|||||||
if self._remote is None:
|
if self._remote is None:
|
||||||
# We need to create a new instance to reconnect.
|
# We need to create a new instance to reconnect.
|
||||||
try:
|
try:
|
||||||
LOGGER.debug(
|
LOGGER.debug("Create SamsungTVLegacyBridge for %s", self.host)
|
||||||
"Create SamsungTVLegacyBridge for %s (%s)", CONF_NAME, self.host
|
|
||||||
)
|
|
||||||
self._remote = Remote(self.config.copy())
|
self._remote = Remote(self.config.copy())
|
||||||
# This is only happening when the auth was switched to DENY
|
# This is only happening when the auth was switched to DENY
|
||||||
# A removed auth will lead to socket timeout because waiting for auth popup is just an open socket
|
# A removed auth will lead to socket timeout because waiting for auth popup is just an open socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user