mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 02:34:44 -05:00
Update afsapi to 1.0.1 (#170073)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user