Local Home Assistant
The development Home Assistant instance lives in dev/home-assistant/. It runs Home Assistant Container pinned to 2026.6.1 by default, with this checkout’s custom_components/varco mounted into /config/custom_components/varco.
Run locally
Section titled “Run locally”cd dev/home-assistantdocker compose downdocker compose up -dCheck the instance:
docker compose pscurl -f http://127.0.0.1:8123/curl -f http://127.0.0.1:8123/varcoOpen:
http://127.0.0.1:8123Development login:
HA_URL=http://127.0.0.1:8123HA_USERNAME=testHA_PASSWORD=test