Add independent Home Assistant addon

This commit is contained in:
2026-06-18 12:23:24 +02:00
parent 549f87523a
commit 1336bc36fa
10 changed files with 121 additions and 7 deletions

View File

@@ -27,3 +27,9 @@ state, but switching decisions must remain inspectable and testable.
6. Dashboard v2
7. Add-on hardening
## Add-on Contract
The Home Assistant add-on is owned by this repository and does not copy code
from `sillyhome-next`. It starts the v2 API with `SILLYHOME_FUTURE_STORE`
pointing at `/data/future_store`, so runtime, learning and control stores are
kept inside the add-on data volume.