core/homeassistant/components/netatmo/manifest.json

28 lines
484 B
JSON
Raw Normal View History

{
"domain": "netatmo",
"name": "Netatmo",
"documentation": "https://www.home-assistant.io/integrations/netatmo",
"requirements": [
2021-10-03 22:09:58 +00:00
"pyatmo==6.1.0"
],
"after_dependencies": [
"cloud",
"media_source"
],
"dependencies": [
"webhook"
],
"codeowners": [
"@cgtobi"
],
2020-01-11 11:20:00 +00:00
"config_flow": true,
"homekit": {
"models": [
"Healty Home Coach",
"Netatmo Relay",
"Presence",
"Welcome"
]
},
"iot_class": "cloud_polling"
}