Bump aiohasupervisor to version 0.2.2b2 (#133417)

* Bump aiohasupervisor to version 0.2.2b2

* Update test
pull/133424/head
Erik Montnemery 2024-12-17 13:18:26 +01:00 committed by GitHub
parent e61142c2c2
commit a4588c80d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View File

@ -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(

View File

@ -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
}

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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,
)