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:
Cody C 2023-11-18 02:36:28 +13:00 committed by GitHub
parent a8acde62ff
commit 2ff9beb9c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -52,7 +52,7 @@ HOMEKIT = {
"always_discover": True,
"domain": "hive",
},
"Healty Home Coach": {
"Healthy Home Coach": {
"always_discover": True,
"domain": "netatmo",
},