mirror of https://github.com/home-assistant/core
12 lines
335 B
JSON
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"]
|
|
}
|