mirror of https://github.com/home-assistant/core
11 lines
318 B
JSON
11 lines
318 B
JSON
{
|
|
"domain": "totalconnect",
|
|
"name": "Total Connect",
|
|
"codeowners": ["@austinmroczek"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/totalconnect",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["total_connect_client"],
|
|
"requirements": ["total-connect-client==2024.5"]
|
|
}
|