mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Add zeroconf discovery to hive (#73290)
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
This commit is contained in:
parent
22daea27c2
commit
e67aa09bf2
@ -2,6 +2,9 @@
|
|||||||
"domain": "hive",
|
"domain": "hive",
|
||||||
"name": "Hive",
|
"name": "Hive",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
"homekit": {
|
||||||
|
"models": ["HHKBridge*"]
|
||||||
|
},
|
||||||
"documentation": "https://www.home-assistant.io/integrations/hive",
|
"documentation": "https://www.home-assistant.io/integrations/hive",
|
||||||
"requirements": ["pyhiveapi==0.5.5"],
|
"requirements": ["pyhiveapi==0.5.5"],
|
||||||
"codeowners": ["@Rendili", "@KJonline"],
|
"codeowners": ["@Rendili", "@KJonline"],
|
||||||
|
@ -419,6 +419,7 @@ HOMEKIT = {
|
|||||||
"C105X": "roku",
|
"C105X": "roku",
|
||||||
"C135X": "roku",
|
"C135X": "roku",
|
||||||
"EB-*": "ecobee",
|
"EB-*": "ecobee",
|
||||||
|
"HHKBridge*": "hive",
|
||||||
"Healty Home Coach": "netatmo",
|
"Healty Home Coach": "netatmo",
|
||||||
"Iota": "abode",
|
"Iota": "abode",
|
||||||
"LIFX A19": "lifx",
|
"LIFX A19": "lifx",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user