DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

ref: 1fe4ec12b04b5f63efe166150c6032169721d4bd ha-ouman-eh800/justfile -rw-r--r-- 303 bytes
1fe4ec12Jonni Liljamo feat: update eh800 after creation 11 days ago
                                                                                
1
2
3
4
5
6
7
8
_default:
    just --list

hass-demo:
    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:
    podman exec -it hass-demo bash