fix: make sure test hass is latest stable
1 files changed, 1 insertions(+), 0 deletions(-) M justfile
M justfile => justfile +1 -0
@@ 2,6 2,7 @@ _default: just --list hass-demo: podman pull homeassistant/home-assistant:stable podman run --rm --name hass-demo -p 8123:8123 -v ${PWD}/.hass_dev:/config -v ${PWD}/custom_components:/config/custom_components --cap-add=CAP_NET_RAW,CAP_NET_BIND_SERVICE homeassistant/home-assistant:stable hass-demo-attach: