core/homeassistant/components/totalconnect/manifest.json

12 lines
340 B
JSON

{
"domain": "totalconnect",
"name": "Total Connect",
"documentation": "https://www.home-assistant.io/integrations/totalconnect",
"requirements": ["total_connect_client==2022.3"],
"dependencies": [],
"codeowners": ["@austinmroczek"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["total_connect_client"]
}