mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump philips_js with backported fixes (#47959)
This commit is contained in:
parent
f86e7535e0
commit
d39aa9f80b
@ -3,7 +3,7 @@
|
|||||||
"name": "Philips TV",
|
"name": "Philips TV",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/philips_js",
|
"documentation": "https://www.home-assistant.io/integrations/philips_js",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"ha-philipsjs==2.3.1"
|
"ha-philipsjs==2.3.2"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@elupus"
|
"@elupus"
|
||||||
|
@ -370,9 +370,6 @@ class PhilipsTVMediaPlayer(CoordinatorEntity, MediaPlayerEntity):
|
|||||||
media_content_type=MEDIA_TYPE_CHANNEL,
|
media_content_type=MEDIA_TYPE_CHANNEL,
|
||||||
can_play=True,
|
can_play=True,
|
||||||
can_expand=False,
|
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()
|
for channel_id, channel in self._tv.channels.items()
|
||||||
]
|
]
|
||||||
@ -410,9 +407,6 @@ class PhilipsTVMediaPlayer(CoordinatorEntity, MediaPlayerEntity):
|
|||||||
media_content_type=MEDIA_TYPE_CHANNEL,
|
media_content_type=MEDIA_TYPE_CHANNEL,
|
||||||
can_play=True,
|
can_play=True,
|
||||||
can_expand=False,
|
can_expand=False,
|
||||||
thumbnail=self.get_browse_image_url(
|
|
||||||
MEDIA_TYPE_APP, channel, media_image_id=None
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
for channel in favorites
|
for channel in favorites
|
||||||
]
|
]
|
||||||
|
@ -718,7 +718,7 @@ guppy3==3.1.0
|
|||||||
ha-ffmpeg==3.0.2
|
ha-ffmpeg==3.0.2
|
||||||
|
|
||||||
# homeassistant.components.philips_js
|
# homeassistant.components.philips_js
|
||||||
ha-philipsjs==2.3.1
|
ha-philipsjs==2.3.2
|
||||||
|
|
||||||
# homeassistant.components.habitica
|
# homeassistant.components.habitica
|
||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
@ -379,7 +379,7 @@ guppy3==3.1.0
|
|||||||
ha-ffmpeg==3.0.2
|
ha-ffmpeg==3.0.2
|
||||||
|
|
||||||
# homeassistant.components.philips_js
|
# homeassistant.components.philips_js
|
||||||
ha-philipsjs==2.3.1
|
ha-philipsjs==2.3.2
|
||||||
|
|
||||||
# homeassistant.components.habitica
|
# homeassistant.components.habitica
|
||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user