Bump pyheos to v1.0.2 (#138224)

Bump pyheos
This commit is contained in:
Andrew Sayre 2025-02-10 13:18:12 -06:00 committed by Franck Nijhof
parent af06521f66
commit 713931661e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
5 changed files with 11 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"iot_class": "local_push",
"loggers": ["pyheos"],
"quality_scale": "silver",
"requirements": ["pyheos==1.0.1"],
"requirements": ["pyheos==1.0.2"],
"single_config_entry": true,
"ssdp": [
{

2
requirements_all.txt generated
View File

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

View File

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

View File

@ -110,6 +110,7 @@ def system_info_fixture() -> HeosSystem:
"1.0.0",
"127.0.0.1",
NetworkType.WIRED,
True,
)
return HeosSystem(
"user@user.com",
@ -123,6 +124,7 @@ def system_info_fixture() -> HeosSystem:
"1.0.0",
"127.0.0.2",
NetworkType.WIFI,
True,
),
],
)
@ -140,6 +142,7 @@ def players_fixture() -> dict[int, HeosPlayer]:
model="HEOS Drive HS2" if i == 1 else "Speaker",
serial="123456",
version="1.0.0",
supported_version=True,
line_out=LineOutLevelType.VARIABLE,
is_muted=False,
available=True,

View File

@ -105,6 +105,7 @@
'name': 'Test Player',
'network': 'wired',
'serial': '**REDACTED**',
'supported_version': True,
'version': '1.0.0',
}),
'hosts': list([
@ -114,6 +115,7 @@
'name': 'Test Player',
'network': 'wired',
'serial': '**REDACTED**',
'supported_version': True,
'version': '1.0.0',
}),
dict({
@ -122,6 +124,7 @@
'name': 'Test Player 2',
'network': 'wifi',
'serial': '**REDACTED**',
'supported_version': True,
'version': '1.0.0',
}),
]),
@ -133,6 +136,7 @@
'name': 'Test Player',
'network': 'wired',
'serial': '**REDACTED**',
'supported_version': True,
'version': '1.0.0',
}),
]),
@ -371,6 +375,7 @@
'serial': '**REDACTED**',
'shuffle': False,
'state': 'stop',
'supported_version': True,
'version': '1.0.0',
'volume': 25,
}),