Bump aiohasupervisor to 0.2.0b0 (#128173)
parent
a85d7af9e7
commit
ba6bcf86ca
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["aiohasupervisor==0.1.0"]
|
||||
"requirements": ["aiohasupervisor==0.2.0b0"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
aiodhcpwatcher==1.0.2
|
||||
aiodiscover==2.1.0
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.1.0
|
||||
aiohasupervisor==0.2.0b0
|
||||
aiohttp-fast-zlib==0.1.1
|
||||
aiohttp==3.10.10
|
||||
aiohttp_cors==0.7.0
|
||||
|
|
|
@ -26,7 +26,7 @@ dependencies = [
|
|||
"aiodns==3.2.0",
|
||||
# Integrations may depend on hassio integration without listing it to
|
||||
# change behavior based on presence of supervisor
|
||||
"aiohasupervisor==0.1.0",
|
||||
"aiohasupervisor==0.2.0b0",
|
||||
"aiohttp==3.10.10",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-zlib==0.1.1",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Home Assistant Core
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.1.0
|
||||
aiohasupervisor==0.2.0b0
|
||||
aiohttp==3.10.10
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-zlib==0.1.1
|
||||
|
|
|
@ -258,7 +258,7 @@ aioguardian==2022.07.0
|
|||
aioharmony==0.2.10
|
||||
|
||||
# homeassistant.components.hassio
|
||||
aiohasupervisor==0.1.0
|
||||
aiohasupervisor==0.2.0b0
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==3.2.3
|
||||
|
|
|
@ -243,7 +243,7 @@ aioguardian==2022.07.0
|
|||
aioharmony==0.2.10
|
||||
|
||||
# homeassistant.components.hassio
|
||||
aiohasupervisor==0.1.0
|
||||
aiohasupervisor==0.2.0b0
|
||||
|
||||
# homeassistant.components.homekit_controller
|
||||
aiohomekit==3.2.3
|
||||
|
|
Loading…
Reference in New Issue