Skip to content

alexciesielski/home-assistant-rxjs-automations

Repository files navigation

home-assistant-rxjs

rxjs wrapper for home-assistant-js-websocket

Getting started

Local Development

  1. Create a .env file with two properties HOST and ACCESS_TOKEN.
HOST=http://homeassistant.local:8123
ACCESS_TOKEN=<long-lived-access-token>
  1. Run the development server
npm run dev

Local build

docker build --build-arg BUILD_FROM="homeassistant/amd64-base:latest" -t ha-rxjs .

Local run

docker run --rm --env-file=.env ha-rxjs

About

My rxjs + home-assistant automations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages