1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/netatmo/manifest.json
2023-12-31 10:04:42 +01:00

17 lines
501 B
JSON

{
"domain": "netatmo",
"name": "Netatmo",
"after_dependencies": ["cloud", "media_source"],
"codeowners": ["@cgtobi"],
"config_flow": true,
"dependencies": ["application_credentials", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/netatmo",
"homekit": {
"models": ["Healthy Home Coach", "Netatmo Relay", "Presence", "Welcome"]
},
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyatmo"],
"requirements": ["pyatmo==8.0.2"]
}