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

@@ -22,6 +22,18 @@ pip install -e ".[dev]"
uvicorn app.main:app --reload
```
## Home Assistant Add-on
Add this repository in Home Assistant:
```text
http://192.168.6.31:3000/Otto/sillyhome-future
```
Then install **SillyHome Future**. The add-on is intentionally independent from
`sillyhome-next` and starts its own v2 event-core API on port `8099` behind
Ingress.
## Test
```bash
@@ -29,4 +41,3 @@ pytest
ruff check .
mypy app tests
```