diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json index 34a8f466158..197ca8d67f8 100644 --- a/homeassistant/components/hassio/manifest.json +++ b/homeassistant/components/hassio/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/hassio", "iot_class": "local_polling", "quality_scale": "internal", - "requirements": ["aiohasupervisor==0.3.2b0"], + "requirements": ["aiohasupervisor==0.3.2"], "single_config_entry": true } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 159ad63c649..12a59a97903 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -3,7 +3,7 @@ aiodhcpwatcher==1.2.1 aiodiscover==2.7.1 aiodns==3.5.0 -aiohasupervisor==0.3.2b0 +aiohasupervisor==0.3.2 aiohttp-asyncmdnsresolver==0.1.1 aiohttp-fast-zlib==0.3.0 aiohttp==3.12.15 diff --git a/pyproject.toml b/pyproject.toml index 92df33f7b72..16ea7ee6374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,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.3.2b0", + "aiohasupervisor==0.3.2", "aiohttp==3.12.15", "aiohttp_cors==0.8.1", "aiohttp-fast-zlib==0.3.0", diff --git a/requirements.txt b/requirements.txt index d68eb890c43..d4b342090e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Home Assistant Core aiodns==3.5.0 -aiohasupervisor==0.3.2b0 +aiohasupervisor==0.3.2 aiohttp==3.12.15 aiohttp_cors==0.8.1 aiohttp-fast-zlib==0.3.0 diff --git a/requirements_all.txt b/requirements_all.txt index ee8e847cd21..aaf14374e93 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -265,7 +265,7 @@ aioguardian==2022.07.0 aioharmony==0.5.2 # homeassistant.components.hassio -aiohasupervisor==0.3.2b0 +aiohasupervisor==0.3.2 # homeassistant.components.home_connect aiohomeconnect==0.19.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d71f5611b3c..95eaa5bcff9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -250,7 +250,7 @@ aioguardian==2022.07.0 aioharmony==0.5.2 # homeassistant.components.hassio -aiohasupervisor==0.3.2b0 +aiohasupervisor==0.3.2 # homeassistant.components.home_connect aiohomeconnect==0.19.0 diff --git a/tests/components/hassio/test_backup.py b/tests/components/hassio/test_backup.py index 3bc397b46f9..fb791b38fc5 100644 --- a/tests/components/hassio/test_backup.py +++ b/tests/components/hassio/test_backup.py @@ -294,6 +294,7 @@ TEST_RESTORE_JOB_DONE_WITH_ERROR = supervisor_jobs.Job( "Backup was made on supervisor version 2025.02.2.dev3105, " "can't restore on 2025.01.2.dev3105" ), + stage=None, ) ], created=datetime.fromisoformat("1970-01-01T00:00:00Z"),