rxjs wrapper for home-assistant-js-websocket
- Create a
.env
file with two propertiesHOST
andACCESS_TOKEN
.
HOST=http://homeassistant.local:8123
ACCESS_TOKEN=<long-lived-access-token>
- Run the development server
npm run dev
docker build --build-arg BUILD_FROM="homeassistant/amd64-base:latest" -t ha-rxjs .
docker run --rm --env-file=.env ha-rxjs