core/homeassistant/components/ecowitt/manifest.json

11 lines
278 B
JSON
Raw Normal View History

{
"domain": "ecowitt",
2022-08-31 16:41:04 +00:00
"name": "Ecowitt",
2023-02-08 19:19:19 +00:00
"codeowners": ["@pvizeli"],
"config_flow": true,
2022-09-10 15:02:36 +00:00
"dependencies": ["webhook"],
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
"iot_class": "local_push",
"requirements": ["aioecowitt==2023.01.0"]
}