1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Bump philips_js with backported fixes (#47959)

This commit is contained in:
Joakim Plate 2021-03-16 21:24:01 +01:00 committed by GitHub
parent f86e7535e0
commit d39aa9f80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 9 deletions

View File

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

View File

@ -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
]

View File

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

View File

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