1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/ecowitt/manifest.json
2025-09-07 19:52:05 +02:00

11 lines
277 B
JSON

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