Fix typo in Netatmo homekit auto-discovery (#104060)
* Fix typo in Netatmo auto-discovery manifest.json * Update zeroconf.py to fix CI issue with Netatmo
This commit is contained in:
parent
a8acde62ff
commit
2ff9beb9c9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
"dependencies": ["application_credentials", "webhook"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
||||
"homekit": {
|
||||
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
||||
"models": ["Healthy Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
||||
},
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
|
|
|
@ -52,7 +52,7 @@ HOMEKIT = {
|
|||
"always_discover": True,
|
||||
"domain": "hive",
|
||||
},
|
||||
"Healty Home Coach": {
|
||||
"Healthy Home Coach": {
|
||||
"always_discover": True,
|
||||
"domain": "netatmo",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue