hass-core/homeassistant/components/totalconnect/manifest.json
Austin Mroczek 3499d60401
Bump total_connect_client to v2023.2 (#88729)
* bump total_connect_client to v2023.2

* Trigger Build
2023-02-25 09:20:17 +01:00

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