1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Bump aiohasupervisor to 0.4.3 (#166315)

This commit is contained in:
Stefan Agner
2026-03-24 15:19:24 +01:00
committed by GitHub
parent d8ba32bc8e
commit d04c5ccc44
4 changed files with 7 additions and 3 deletions

View File

@@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/hassio",
"iot_class": "local_polling",
"quality_scale": "internal",
"requirements": ["aiohasupervisor==0.4.2"],
"requirements": ["aiohasupervisor==0.4.3"],
"single_config_entry": true
}

View File

@@ -211,6 +211,10 @@
"description": "System is currently unhealthy because Docker is configured incorrectly. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Docker misconfigured"
},
"unhealthy_docker_gateway_unprotected": {
"description": "System is currently unhealthy because Supervisor was not able to apply firewall protection for the Docker gateway IP. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Docker gateway unprotected"
},
"unhealthy_duplicate_os_installation": {
"description": "System is currently unhealthy because it has detected multiple Home Assistant OS installations. For troubleshooting information, select Learn more.",
"title": "Unhealthy system - Duplicate Home Assistant OS installation"

2
requirements_all.txt generated
View File

@@ -276,7 +276,7 @@ aioguardian==2026.01.1
aioharmony==0.5.3
# homeassistant.components.hassio
aiohasupervisor==0.4.2
aiohasupervisor==0.4.3
# homeassistant.components.home_connect
aiohomeconnect==0.33.0

View File

@@ -264,7 +264,7 @@ aioguardian==2026.01.1
aioharmony==0.5.3
# homeassistant.components.hassio
aiohasupervisor==0.4.2
aiohasupervisor==0.4.3
# homeassistant.components.home_connect
aiohomeconnect==0.33.0