core/homeassistant/components/netatmo/manifest.json

22 lines
611 B
JSON
Raw Normal View History

{
"domain": "netatmo",
"name": "Netatmo",
"documentation": "https://www.home-assistant.io/integrations/netatmo",
2022-10-08 23:30:48 +00:00
"requirements": ["pyatmo==7.1.1"],
2022-03-30 08:56:37 +00:00
"after_dependencies": ["cloud", "media_source"],
"dependencies": ["application_credentials", "webhook"],
2022-03-30 08:56:37 +00:00
"codeowners": ["@cgtobi"],
2020-01-11 11:20:00 +00:00
"config_flow": true,
"homekit": {
2022-03-30 08:56:37 +00:00
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
},
"iot_class": "cloud_polling",
2022-10-05 06:58:24 +00:00
"loggers": ["pyatmo"],
"supported_brands": {
"legrand": "Legrand",
"bubendorff": "Bubendorff",
"smarther": "Smarther",
"bticino": "BTicino"
}
2022-03-30 08:56:37 +00:00
}