Removed error log on roku connection error (#2809)

pull/2805/head
Brent Hughes 2016-08-13 11:45:09 -05:00 committed by Paulus Schoutsen
parent 0b404cc0be
commit 0df229773f
1 changed files with 2 additions and 1 deletions

View File

@ -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."""