core/homeassistant/components/netatmo/manifest.json

22 lines
611 B
JSON

{
"domain": "netatmo",
"name": "Netatmo",
"documentation": "https://www.home-assistant.io/integrations/netatmo",
"requirements": ["pyatmo==7.1.1"],
"after_dependencies": ["cloud", "media_source"],
"dependencies": ["application_credentials", "webhook"],
"codeowners": ["@cgtobi"],
"config_flow": true,
"homekit": {
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
},
"iot_class": "cloud_polling",
"loggers": ["pyatmo"],
"supported_brands": {
"legrand": "Legrand",
"bubendorff": "Bubendorff",
"smarther": "Smarther",
"bticino": "BTicino"
}
}