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