2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "netatmo",
|
|
|
|
"name": "Netatmo",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/netatmo",
|
2022-03-30 08:56:37 +00:00
|
|
|
"requirements": ["pyatmo==6.2.4"],
|
|
|
|
"after_dependencies": ["cloud", "media_source"],
|
2022-05-17 04:09:48 +00:00
|
|
|
"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"]
|
2021-04-15 08:21:38 +00:00
|
|
|
},
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["pyatmo"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|