audit+refactor v1.7.0: drop hardcoded dacha bundle (293KB->83KB) + onboarding empty-state; remove migration & dead device_overrides/virtual_devices; extract src/logic.ts + validation.py (pure, unit-tested: 9 front + 10 back); fix latent bugs unmasked by truncated rules.ts (DOMAIN_PRIORITY, poly _defaultPositions); harden path sanitizers (leading-dot traversal); tsc strict in build+CI; sync versions

This commit is contained in:
JB
2026-07-04 13:42:03 +03:00
parent e61d2c173f
commit e5e02faa6c
25 changed files with 871 additions and 884 deletions
+10 -4
View File
@@ -1,13 +1,19 @@
{
"domain": "houseplan",
"name": "House Plan",
"codeowners": ["@justbusiness"],
"codeowners": [
"@justbusiness"
],
"config_flow": true,
"dependencies": ["http", "frontend", "websocket_api"],
"dependencies": [
"http",
"frontend",
"websocket_api"
],
"documentation": "https://github.com/justbusiness/houseplan-card",
"integration_type": "service",
"iot_class": "local_push",
"issue_tracker": "https://github.com/justbusiness/houseplan-card/issues",
"requirements": [],
"version": "1.4.0"
}
"version": "1.7.0"
}