1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/watergate/manifest.json
2024-12-09 19:40:13 +01:00

12 lines
335 B
JSON

{
"domain": "watergate",
"name": "Watergate",
"codeowners": ["@adam-the-hero"],
"config_flow": true,
"dependencies": ["http", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/watergate",
"iot_class": "local_push",
"quality_scale": "bronze",
"requirements": ["watergate-local-api==2024.4.1"]
}