Bump aiohasupervisor to version 0.2.2b2 (#133417)
* Bump aiohasupervisor to version 0.2.2b2 * Update testpull/133424/head
parent
e61142c2c2
commit
a4588c80d5
|
@ -211,7 +211,7 @@ class SupervisorBackupReaderWriter(BackupReaderWriter):
|
|||
for agent_id in agent_ids
|
||||
if manager.backup_agents[agent_id].domain == DOMAIN
|
||||
]
|
||||
locations = {agent.location for agent in hassio_agents}
|
||||
locations = [agent.location for agent in hassio_agents]
|
||||
|
||||
backup = await self._client.backups.partial_backup(
|
||||
supervisor_backups.PartialBackupOptions(
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["aiohasupervisor==0.2.2b0"],
|
||||
"requirements": ["aiohasupervisor==0.2.2b2"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
aiodhcpwatcher==1.0.2
|
||||
aiodiscover==2.1.0
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.2.2b0
|
||||
aiohasupervisor==0.2.2b2
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
aiohttp==3.11.10
|
||||
aiohttp_cors==0.7.0
|
||||
|
|
|
@ -28,7 +28,7 @@ dependencies = [
|
|||
# Integrations may depend on hassio integration without listing it to
|
||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||
# Lib can be removed with 2025.11
|
||||
"aiohasupervisor==0.2.2b0",
|
||||
"aiohasupervisor==0.2.2b2",
|
||||
"aiohttp==3.11.10",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-zlib==0.2.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Home Assistant Core
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.2.2b0
|
||||
aiohasupervisor==0.2.2b2
|
||||
aiohttp==3.11.10
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
|
|
|
@ -261,7 +261,7 @@ aioguardian==2022.07.0
|
|||
aioharmony==0.2.10
|
||||
|
||||
# homeassistant.components.hassio
|
||||
aiohasupervisor==0.2.2b0
|
||||
aiohasupervisor==0.2.2b2
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==3.2.7
|
||||
|
|
|
@ -246,7 +246,7 @@ aioguardian==2022.07.0
|
|||
aioharmony==0.2.10
|
||||
|
||||
# homeassistant.components.hassio
|
||||
aiohasupervisor==0.2.2b0
|
||||
aiohasupervisor==0.2.2b2
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==3.2.7
|
||||
|
|
|
@ -332,7 +332,7 @@ async def test_reader_writer_create(
|
|||
folders=None,
|
||||
homeassistant_exclude_database=False,
|
||||
homeassistant=True,
|
||||
location={None},
|
||||
location=[None],
|
||||
name="Test",
|
||||
password=None,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue