Update afsapi to 1.0.1 (#170073)

This commit is contained in:
Thijs W.
2026-05-15 19:32:02 +00:00
committed by Franck Nijhof
parent 308221ce67
commit b4d8ba66fe
4 changed files with 6 additions and 4 deletions
@@ -7,7 +7,7 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["afsapi"],
"requirements": ["afsapi==1.0.0"],
"requirements": ["afsapi==1.0.1"],
"ssdp": [
{
"st": "urn:schemas-frontier-silicon-com:undok:fsapi:1"
@@ -198,7 +198,9 @@ class AFSAPIDevice(MediaPlayerEntity):
if not self._attr_source_list:
self.__modes_by_label = {
(mode.label or mode.id): mode.key for mode in await afsapi.get_modes()
(mode.label or mode.id): mode.key
for mode in await afsapi.get_modes()
if mode.selectable
}
self._attr_source_list = list(self.__modes_by_label)
+1 -1
View File
@@ -151,7 +151,7 @@ adguardhome==0.8.1
advantage-air==0.4.4
# homeassistant.components.frontier_silicon
afsapi==1.0.0
afsapi==1.0.1
# homeassistant.components.agent_dvr
agent-py==0.0.24
+1 -1
View File
@@ -142,7 +142,7 @@ adguardhome==0.8.1
advantage-air==0.4.4
# homeassistant.components.frontier_silicon
afsapi==1.0.0
afsapi==1.0.1
# homeassistant.components.agent_dvr
agent-py==0.0.24