1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type hub to control4 (#158900)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 09:36:36 +01:00
committed by GitHub
parent 8a3534c345
commit 576ee99faf

View File

@@ -4,6 +4,7 @@
"codeowners": ["@lawtancool"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/control4",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pyControl4"],
"requirements": ["pyControl4==1.5.0"],