House Plan Card v1.0.0: Lovelace card (TS+Lit) + houseplan integration (server-side layout storage), HACS-ready

This commit is contained in:
JB
2026-07-03 19:09:24 +03:00
commit 0c6f37198f
28 changed files with 3310 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""Константы интеграции House Plan."""
DOMAIN = "houseplan"
STORAGE_KEY = f"{DOMAIN}.layout"
STORAGE_VERSION = 1
FRONTEND_URL = "/houseplan_files/houseplan-card.js"
CONF_ADMIN_ONLY = "admin_only"