Skip to content

Commit

Permalink
Fix typo in Netatmo homekit auto-discovery (#104060)
Browse files Browse the repository at this point in the history
* Fix typo in Netatmo auto-discovery manifest.json

* Update zeroconf.py to fix CI issue with Netatmo
  • Loading branch information
codyc1515 committed Nov 17, 2023
1 parent a8acde6 commit 2ff9beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/netatmo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"always_discover": True,
"domain": "hive",
},
"Healty Home Coach": {
"Healthy Home Coach": {
"always_discover": True,
"domain": "netatmo",
},
Expand Down

0 comments on commit 2ff9beb

Please sign in to comment.