core/homeassistant/components/netatmo/manifest.json

27 lines
452 B
JSON
Raw Normal View History

{
"domain": "netatmo",
"name": "Netatmo",
"documentation": "https://www.home-assistant.io/integrations/netatmo",
2020-05-11 05:18:53 +00:00
"requirements": [
2021-01-21 07:30:28 +00:00
"pyatmo==4.2.2"
2020-05-11 05:18:53 +00:00
],
"after_dependencies": [
"cloud",
"media_source"
2020-05-11 05:18:53 +00:00
],
"dependencies": [
"webhook"
],
"codeowners": [
"@cgtobi"
],
2020-01-11 11:20:00 +00:00
"config_flow": true,
"homekit": {
2020-05-11 05:18:53 +00:00
"models": [
"Healty Home Coach",
"Netatmo Relay",
"Presence",
"Welcome"
]
2020-01-11 11:20:00 +00:00
}
2020-05-11 05:18:53 +00:00
}