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 lyric (#159309)

This commit is contained in:
Joost Lekkerkerker
2025-12-17 20:42:30 +01:00
committed by GitHub
parent 9c927406ac
commit 9917b82b66

View File

@@ -19,6 +19,7 @@
} }
], ],
"documentation": "https://www.home-assistant.io/integrations/lyric", "documentation": "https://www.home-assistant.io/integrations/lyric",
"integration_type": "hub",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["aiolyric"], "loggers": ["aiolyric"],
"requirements": ["aiolyric==2.0.2"] "requirements": ["aiolyric==2.0.2"]