mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Add missing h2 dep to iaqualink (#81630)
fixes https://github.com/home-assistant/core/issues/81439
This commit is contained in:
parent
3630de909c
commit
d3529cb346
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iaqualink/",
|
"documentation": "https://www.home-assistant.io/integrations/iaqualink/",
|
||||||
"codeowners": ["@flz"],
|
"codeowners": ["@flz"],
|
||||||
"requirements": ["iaqualink==0.5.0"],
|
"requirements": ["iaqualink==0.5.0", "h2==4.1.0"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["iaqualink"]
|
"loggers": ["iaqualink"]
|
||||||
}
|
}
|
||||||
|
@ -821,6 +821,9 @@ gstreamer-player==1.1.2
|
|||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
guppy3==3.1.2
|
guppy3==3.1.2
|
||||||
|
|
||||||
|
# homeassistant.components.iaqualink
|
||||||
|
h2==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
ha-HAP-python==4.5.2
|
ha-HAP-python==4.5.2
|
||||||
|
|
||||||
|
@ -613,6 +613,9 @@ gspread==5.5.0
|
|||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
guppy3==3.1.2
|
guppy3==3.1.2
|
||||||
|
|
||||||
|
# homeassistant.components.iaqualink
|
||||||
|
h2==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
ha-HAP-python==4.5.2
|
ha-HAP-python==4.5.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user