Add independent Home Assistant addon
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user