mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add Home Coach to zeroconf detection (#33593)
This commit is contained in:
parent
dc7127aacf
commit
cd300f54a8
@ -17,6 +17,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": [
|
"models": [
|
||||||
|
"Healty Home Coach",
|
||||||
"Netatmo Relay",
|
"Netatmo Relay",
|
||||||
"Presence",
|
"Presence",
|
||||||
"Welcome"
|
"Welcome"
|
||||||
|
@ -48,6 +48,7 @@ ZEROCONF = {
|
|||||||
HOMEKIT = {
|
HOMEKIT = {
|
||||||
"819LMB": "myq",
|
"819LMB": "myq",
|
||||||
"BSB002": "hue",
|
"BSB002": "hue",
|
||||||
|
"Healty Home Coach": "netatmo",
|
||||||
"LIFX": "lifx",
|
"LIFX": "lifx",
|
||||||
"Netatmo Relay": "netatmo",
|
"Netatmo Relay": "netatmo",
|
||||||
"Presence": "netatmo",
|
"Presence": "netatmo",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user