mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 01:42:21 +02:00
Bump aiohasupervisor from version 0.3.2b0 to version 0.3.2 (#151202)
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["aiohasupervisor==0.3.2b0"],
|
"requirements": ["aiohasupervisor==0.3.2"],
|
||||||
"single_config_entry": true
|
"single_config_entry": true
|
||||||
}
|
}
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
aiodhcpwatcher==1.2.1
|
aiodhcpwatcher==1.2.1
|
||||||
aiodiscover==2.7.1
|
aiodiscover==2.7.1
|
||||||
aiodns==3.5.0
|
aiodns==3.5.0
|
||||||
aiohasupervisor==0.3.2b0
|
aiohasupervisor==0.3.2
|
||||||
aiohttp-asyncmdnsresolver==0.1.1
|
aiohttp-asyncmdnsresolver==0.1.1
|
||||||
aiohttp-fast-zlib==0.3.0
|
aiohttp-fast-zlib==0.3.0
|
||||||
aiohttp==3.12.15
|
aiohttp==3.12.15
|
||||||
|
@@ -27,7 +27,7 @@ dependencies = [
|
|||||||
# Integrations may depend on hassio integration without listing it to
|
# Integrations may depend on hassio integration without listing it to
|
||||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||||
# Lib can be removed with 2025.11
|
# Lib can be removed with 2025.11
|
||||||
"aiohasupervisor==0.3.2b0",
|
"aiohasupervisor==0.3.2",
|
||||||
"aiohttp==3.12.15",
|
"aiohttp==3.12.15",
|
||||||
"aiohttp_cors==0.8.1",
|
"aiohttp_cors==0.8.1",
|
||||||
"aiohttp-fast-zlib==0.3.0",
|
"aiohttp-fast-zlib==0.3.0",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Home Assistant Core
|
# Home Assistant Core
|
||||||
aiodns==3.5.0
|
aiodns==3.5.0
|
||||||
aiohasupervisor==0.3.2b0
|
aiohasupervisor==0.3.2
|
||||||
aiohttp==3.12.15
|
aiohttp==3.12.15
|
||||||
aiohttp_cors==0.8.1
|
aiohttp_cors==0.8.1
|
||||||
aiohttp-fast-zlib==0.3.0
|
aiohttp-fast-zlib==0.3.0
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -265,7 +265,7 @@ aioguardian==2022.07.0
|
|||||||
aioharmony==0.5.2
|
aioharmony==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.hassio
|
# homeassistant.components.hassio
|
||||||
aiohasupervisor==0.3.2b0
|
aiohasupervisor==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.home_connect
|
# homeassistant.components.home_connect
|
||||||
aiohomeconnect==0.19.0
|
aiohomeconnect==0.19.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -250,7 +250,7 @@ aioguardian==2022.07.0
|
|||||||
aioharmony==0.5.2
|
aioharmony==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.hassio
|
# homeassistant.components.hassio
|
||||||
aiohasupervisor==0.3.2b0
|
aiohasupervisor==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.home_connect
|
# homeassistant.components.home_connect
|
||||||
aiohomeconnect==0.19.0
|
aiohomeconnect==0.19.0
|
||||||
|
@@ -294,6 +294,7 @@ TEST_RESTORE_JOB_DONE_WITH_ERROR = supervisor_jobs.Job(
|
|||||||
"Backup was made on supervisor version 2025.02.2.dev3105, "
|
"Backup was made on supervisor version 2025.02.2.dev3105, "
|
||||||
"can't restore on 2025.01.2.dev3105"
|
"can't restore on 2025.01.2.dev3105"
|
||||||
),
|
),
|
||||||
|
stage=None,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
created=datetime.fromisoformat("1970-01-01T00:00:00Z"),
|
created=datetime.fromisoformat("1970-01-01T00:00:00Z"),
|
||||||
|
Reference in New Issue
Block a user