1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/ecowitt/manifest.json
2022-09-26 13:24:15 +02:00

11 lines
278 B
JSON

{
"domain": "ecowitt",
"name": "Ecowitt",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
"dependencies": ["webhook"],
"requirements": ["aioecowitt==2022.09.3"],
"codeowners": ["@pvizeli"],
"iot_class": "local_push"
}