mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Bump aiohasupervisor to 0.1.0b1 (#126282)
This commit is contained in:
parent
87240bb96f
commit
d56a7217d9
@ -6,5 +6,5 @@
|
|||||||
"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.1.0b0"]
|
"requirements": ["aiohasupervisor==0.1.0b1"]
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
aiodhcpwatcher==1.0.2
|
aiodhcpwatcher==1.0.2
|
||||||
aiodiscover==2.1.0
|
aiodiscover==2.1.0
|
||||||
aiodns==3.2.0
|
aiodns==3.2.0
|
||||||
aiohasupervisor==0.1.0b0
|
aiohasupervisor==0.1.0b1
|
||||||
aiohttp-fast-zlib==0.1.1
|
aiohttp-fast-zlib==0.1.1
|
||||||
aiohttp==3.10.5
|
aiohttp==3.10.5
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
|
@ -26,7 +26,7 @@ dependencies = [
|
|||||||
"aiodns==3.2.0",
|
"aiodns==3.2.0",
|
||||||
# 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
|
# change behavior based on presence of supervisor
|
||||||
"aiohasupervisor==0.1.0b0",
|
"aiohasupervisor==0.1.0b1",
|
||||||
"aiohttp==3.10.5",
|
"aiohttp==3.10.5",
|
||||||
"aiohttp_cors==0.7.0",
|
"aiohttp_cors==0.7.0",
|
||||||
"aiohttp-fast-zlib==0.1.1",
|
"aiohttp-fast-zlib==0.1.1",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Home Assistant Core
|
# Home Assistant Core
|
||||||
aiodns==3.2.0
|
aiodns==3.2.0
|
||||||
aiohasupervisor==0.1.0b0
|
aiohasupervisor==0.1.0b1
|
||||||
aiohttp==3.10.5
|
aiohttp==3.10.5
|
||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
aiohttp-fast-zlib==0.1.1
|
aiohttp-fast-zlib==0.1.1
|
||||||
|
@ -258,7 +258,7 @@ aioguardian==2022.07.0
|
|||||||
aioharmony==0.2.10
|
aioharmony==0.2.10
|
||||||
|
|
||||||
# homeassistant.components.hassio
|
# homeassistant.components.hassio
|
||||||
aiohasupervisor==0.1.0b0
|
aiohasupervisor==0.1.0b1
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit==3.2.3
|
aiohomekit==3.2.3
|
||||||
|
@ -243,7 +243,7 @@ aioguardian==2022.07.0
|
|||||||
aioharmony==0.2.10
|
aioharmony==0.2.10
|
||||||
|
|
||||||
# homeassistant.components.hassio
|
# homeassistant.components.hassio
|
||||||
aiohasupervisor==0.1.0b0
|
aiohasupervisor==0.1.0b1
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit==3.2.3
|
aiohomekit==3.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user