mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"domain": "watergate",
|
|
"name": "Watergate",
|
|
"codeowners": ["@adam-the-hero"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/watergate",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "silver",
|
|
"requirements": ["watergate-local-api==2026.2.2"]
|
|
}
|