Development setup (docker based)
Dir structure:
config (Home Assistant config dir)
backend (Backend files)
Clone backend to backend
with git clone git@github.com:ludeeus/home-assistant.git backend
Start the container:
docker run -it --name HA -p 8123:8123 -v /Users/ludeeus/DEV-ENV/HA/config:/config -v /Users/ludeeus/DEV-ENV/HA/backend:/usr/src/app homeassistant/home-assistant:dev
Last updated