mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
parent
ff8b96a19f
commit
ec520b8cf5
@ -8,7 +8,7 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyheos"],
|
"loggers": ["pyheos"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["pyheos==1.0.4"],
|
"requirements": ["pyheos==1.0.5"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
|
"st": "urn:schemas-denon-com:device:ACT-Denon:1"
|
||||||
|
@ -71,6 +71,7 @@ BASE_SUPPORTED_FEATURES = (
|
|||||||
|
|
||||||
PLAY_STATE_TO_STATE = {
|
PLAY_STATE_TO_STATE = {
|
||||||
None: MediaPlayerState.IDLE,
|
None: MediaPlayerState.IDLE,
|
||||||
|
PlayState.UNKNOWN: MediaPlayerState.IDLE,
|
||||||
PlayState.PLAY: MediaPlayerState.PLAYING,
|
PlayState.PLAY: MediaPlayerState.PLAYING,
|
||||||
PlayState.STOP: MediaPlayerState.IDLE,
|
PlayState.STOP: MediaPlayerState.IDLE,
|
||||||
PlayState.PAUSE: MediaPlayerState.PAUSED,
|
PlayState.PAUSE: MediaPlayerState.PAUSED,
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2005,7 +2005,7 @@ pygti==0.9.4
|
|||||||
pyhaversion==22.8.0
|
pyhaversion==22.8.0
|
||||||
|
|
||||||
# homeassistant.components.heos
|
# homeassistant.components.heos
|
||||||
pyheos==1.0.4
|
pyheos==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.hive
|
# homeassistant.components.hive
|
||||||
pyhive-integration==1.0.2
|
pyhive-integration==1.0.2
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1635,7 +1635,7 @@ pygti==0.9.4
|
|||||||
pyhaversion==22.8.0
|
pyhaversion==22.8.0
|
||||||
|
|
||||||
# homeassistant.components.heos
|
# homeassistant.components.heos
|
||||||
pyheos==1.0.4
|
pyheos==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.hive
|
# homeassistant.components.hive
|
||||||
pyhive-integration==1.0.2
|
pyhive-integration==1.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user