mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
commit
3411c4c7c3
@ -72,7 +72,7 @@ class DenonDevice(MediaPlayerDevice):
|
||||
"""Get the latest details from the device."""
|
||||
try:
|
||||
telnet = telnetlib.Telnet(self._host)
|
||||
except (ConnectionRefusedError, OSError):
|
||||
except OSError:
|
||||
return False
|
||||
|
||||
self._pwstate = self.telnet_request(telnet, 'PW?')
|
||||
|
Loading…
x
Reference in New Issue
Block a user