From fd568d77c7adc0c3dba02c4bbe60b3be8683a495 Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Tue, 10 Jul 2018 15:51:37 +0200 Subject: [PATCH] Fix liveboxplaytv empty channel list (#15404) --- homeassistant/components/media_player/liveboxplaytv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/media_player/liveboxplaytv.py b/homeassistant/components/media_player/liveboxplaytv.py index 4fe4da5a942..6b161f86ab0 100644 --- a/homeassistant/components/media_player/liveboxplaytv.py +++ b/homeassistant/components/media_player/liveboxplaytv.py @@ -88,6 +88,8 @@ class LiveboxPlayTvDevice(MediaPlayerDevice): import pyteleloisirs try: self._state = self.refresh_state() + # Update channel list + self.refresh_channel_list() # Update current channel channel = self._client.channel if channel is not None: