mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Removed error log on roku connection error (#2809)
This commit is contained in:
parent
0b404cc0be
commit
0df229773f
@ -88,7 +88,8 @@ class RokuDevice(MediaPlayerDevice):
|
||||
self.current_app = None
|
||||
except (requests.exceptions.ConnectionError,
|
||||
requests.exceptions.ReadTimeout):
|
||||
_LOGGER.error("Unable to connect to roku at %s", self.ip_address)
|
||||
|
||||
pass
|
||||
|
||||
def get_source_list(self):
|
||||
"""Get the list of applications to be used as sources."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user