1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/totalconnect/manifest.json
2026-02-20 19:45:21 +01:00

12 lines
350 B
JSON

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