From d39aa9f80b82bc7137e71dab8cc6957cd3c6a714 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 16 Mar 2021 21:24:01 +0100 Subject: [PATCH] Bump philips_js with backported fixes (#47959) --- homeassistant/components/philips_js/manifest.json | 2 +- homeassistant/components/philips_js/media_player.py | 6 ------ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/philips_js/manifest.json b/homeassistant/components/philips_js/manifest.json index 9ed1cedbf05..ad591ad330b 100644 --- a/homeassistant/components/philips_js/manifest.json +++ b/homeassistant/components/philips_js/manifest.json @@ -3,7 +3,7 @@ "name": "Philips TV", "documentation": "https://www.home-assistant.io/integrations/philips_js", "requirements": [ - "ha-philipsjs==2.3.1" + "ha-philipsjs==2.3.2" ], "codeowners": [ "@elupus" diff --git a/homeassistant/components/philips_js/media_player.py b/homeassistant/components/philips_js/media_player.py index 38521989567..f3b2fe651e2 100644 --- a/homeassistant/components/philips_js/media_player.py +++ b/homeassistant/components/philips_js/media_player.py @@ -370,9 +370,6 @@ class PhilipsTVMediaPlayer(CoordinatorEntity, MediaPlayerEntity): media_content_type=MEDIA_TYPE_CHANNEL, can_play=True, can_expand=False, - thumbnail=self.get_browse_image_url( - MEDIA_TYPE_APP, channel_id, media_image_id=None - ), ) for channel_id, channel in self._tv.channels.items() ] @@ -410,9 +407,6 @@ class PhilipsTVMediaPlayer(CoordinatorEntity, MediaPlayerEntity): media_content_type=MEDIA_TYPE_CHANNEL, can_play=True, can_expand=False, - thumbnail=self.get_browse_image_url( - MEDIA_TYPE_APP, channel, media_image_id=None - ), ) for channel in favorites ] diff --git a/requirements_all.txt b/requirements_all.txt index 5a92aebdd51..1f0cc6ab7ca 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -718,7 +718,7 @@ guppy3==3.1.0 ha-ffmpeg==3.0.2 # homeassistant.components.philips_js -ha-philipsjs==2.3.1 +ha-philipsjs==2.3.2 # homeassistant.components.habitica habitipy==0.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7889a5af96b..7dd403f6bd1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -379,7 +379,7 @@ guppy3==3.1.0 ha-ffmpeg==3.0.2 # homeassistant.components.philips_js -ha-philipsjs==2.3.1 +ha-philipsjs==2.3.2 # homeassistant.components.habitica habitipy==0.2.0