Add Home Coach to zeroconf detection (#33593)

This commit is contained in:
cgtobi 2020-04-03 20:59:27 +02:00 committed by GitHub
parent dc7127aacf
commit cd300f54a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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",