feat v1.4.0 (phase 2): room markup editor — dot grid, two-click lines with snap, closed contour enables save with HA area dropdown, polygon rooms, tools add/erase-line/delete-room, shared wall segments in space.segments

This commit is contained in:
JB
2026-07-04 11:03:51 +03:00
parent 18c0ea1703
commit b97b61a8e6
11 changed files with 714 additions and 97 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ FRONTEND_URL = "/houseplan_files/houseplan-card.js"
PLANS_URL = "/houseplan_files/plans"
PLANS_DIR = "houseplan/plans" # относительно каталога конфигурации HA
CONF_ADMIN_ONLY = "admin_only"
VERSION = "1.3.0"
VERSION = "1.4.0"
DEFAULT_CONFIG: dict = {
"spaces": [],