mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user