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

Add integration_type device to hyperion (#159139)

This commit is contained in:
Joost Lekkerkerker
2025-12-18 19:31:43 +01:00
committed by GitHub
parent 632b3e5dc3
commit 0933c9fe51

View File

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