core/homeassistant/components/netatmo/manifest.json

17 lines
500 B
JSON
Raw Normal View History

{
"domain": "netatmo",
"name": "Netatmo",
2022-03-30 08:56:37 +00:00
"after_dependencies": ["cloud", "media_source"],
"codeowners": ["@cgtobi"],
2020-01-11 11:20:00 +00:00
"config_flow": true,
2023-02-08 19:38:43 +00:00
"dependencies": ["application_credentials", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/netatmo",
2020-01-11 11:20:00 +00:00
"homekit": {
2022-03-30 08:56:37 +00:00
"models": ["Healty Home Coach", "Netatmo Relay", "Presence", "Welcome"]
},
2023-02-08 19:38:43 +00:00
"integration_type": "hub",
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["pyatmo"],
"requirements": ["pyatmo==7.5.0"]
2022-03-30 08:56:37 +00:00
}