core/homeassistant/components/netatmo/manifest.json

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==8.0.3"]
}