DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

acecc4e6d726c28c36dd661392994982b81a9741 — Jonni Liljamo 4 days ago f8438c5
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: