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",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
2022-09-10 15:02:36 +00:00
"dependencies": ["webhook"],
2022-11-29 11:48:07 +00:00
"requirements": ["aioecowitt==2022.11.0"],
"codeowners": ["@pvizeli"],
"iot_class": "local_push"
}