hass-core/homeassistant/components/totalconnect/manifest.json
Austin Mroczek 91f5e2c8d3
Bump tcc to 2024.5 (#116827)
bump tcc to 2024.5
2024-05-05 15:38:16 +02:00

10 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"]
}