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

Introduce Home Assistant Labs (#156840)

This commit is contained in:
Franck Nijhof
2025-11-20 21:22:37 +01:00
committed by GitHub
parent 126fd217e7
commit 482b5d49a3
22 changed files with 1832 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ from . import (
icons,
integration_info,
json,
labs,
manifest,
metadata,
mqtt,
@@ -47,6 +48,7 @@ INTEGRATION_PLUGINS = [
icons,
integration_info,
json,
labs,
manifest,
mqtt,
quality_scale,