1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/netatmo/manifest.json
2025-08-20 07:46:51 +02:00

17 lines
501 B
JSON

{
"domain": "netatmo",
"name": "Netatmo",
"after_dependencies": ["cloud", "media_source"],
"codeowners": ["@cgtobi"],
"config_flow": true,
"dependencies": ["application_credentials", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/netatmo",
"homekit": {
"models": ["Healthy Home Coach", "Netatmo Relay", "Presence", "Welcome"]
},
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyatmo"],
"requirements": ["pyatmo==9.2.3"]
}