1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type hub to homeworks (#159130)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 20:17:49 +01:00
committed by GitHub
parent 7506ff826c
commit 9f2138aa18

View File

@@ -4,6 +4,7 @@
"codeowners": [], "codeowners": [],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homeworks", "documentation": "https://www.home-assistant.io/integrations/homeworks",
"integration_type": "hub",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["pyhomeworks"], "loggers": ["pyhomeworks"],
"requirements": ["pyhomeworks==1.1.2"] "requirements": ["pyhomeworks==1.1.2"]