From acecc4e6d726c28c36dd661392994982b81a9741 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 14 Apr 2025 21:17:21 +0300 Subject: [PATCH] fix: make sure test hass is latest stable --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 36ff527..d9ca702 100644 --- a/justfile +++ b/justfile @@ -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: -- 2.44.1