Bump pyheos to v1.0.5 (#142554)

Update pyheos
This commit is contained in:
Andrew Sayre 2025-04-08 16:38:48 -05:00 committed by Franck Nijhof
parent e9f02edd8b
commit ec53b61f9e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"iot_class": "local_push",
"loggers": ["pyheos"],
"quality_scale": "platinum",
"requirements": ["pyheos==1.0.4"],
"requirements": ["pyheos==1.0.5"],
"ssdp": [
{
"st": "urn:schemas-denon-com:device:ACT-Denon:1"

View File

@ -87,6 +87,7 @@ BASE_SUPPORTED_FEATURES = (
PLAY_STATE_TO_STATE = {
None: MediaPlayerState.IDLE,
PlayState.UNKNOWN: MediaPlayerState.IDLE,
PlayState.PLAY: MediaPlayerState.PLAYING,
PlayState.STOP: MediaPlayerState.IDLE,
PlayState.PAUSE: MediaPlayerState.PAUSED,

2
requirements_all.txt generated
View File

@ -2005,7 +2005,7 @@ pygti==0.9.4
pyhaversion==22.8.0
# homeassistant.components.heos
pyheos==1.0.4
pyheos==1.0.5
# homeassistant.components.hive
pyhive-integration==1.0.2

View File

@ -1632,7 +1632,7 @@ pygti==0.9.4
pyhaversion==22.8.0
# homeassistant.components.heos
pyheos==1.0.4
pyheos==1.0.5
# homeassistant.components.hive
pyhive-integration==1.0.2