mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +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"],
|
"dependencies": ["application_credentials", "webhook"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
"models": ["Healthy Home Coach", "Netatmo Relay", "Presence", "Welcome"]
|
||||||
},
|
},
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
|
@ -52,7 +52,7 @@ HOMEKIT = {
|
|||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "hive",
|
"domain": "hive",
|
||||||
},
|
},
|
||||||
"Healty Home Coach": {
|
"Healthy Home Coach": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "netatmo",
|
"domain": "netatmo",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user