This folder contains a reference configuration for Home Assistant, which was used to generate the types and fixtures used within this repository.
You can find the application code for the typescript side of the install here
Run commands from repository root
# extract container configuration
tar -xzvf ./hass/reference.tar.gz -C ./hass
# start container (uses port: 9123)
docker-compose -f ./hass/docker-compose.yaml up -d
# start synapse app to power mock entities
npx tsx src/mocks/main.ts
ctrl-c
will kill the synapse app, to kill the container
docker-compose -f ./hass/docker-compose.yaml down