From 0df229773f957091700fd502f693752740ae4db2 Mon Sep 17 00:00:00 2001 From: Brent Hughes Date: Sat, 13 Aug 2016 11:45:09 -0500 Subject: [PATCH] Removed error log on roku connection error (#2809) --- homeassistant/components/media_player/roku.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/roku.py b/homeassistant/components/media_player/roku.py index 8644a2c9fda..7951530e3e8 100644 --- a/homeassistant/components/media_player/roku.py +++ b/homeassistant/components/media_player/roku.py @@ -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."""