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