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