core/homeassistant/components/totalconnect/manifest.json

12 lines
340 B
JSON

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