DEVELOPMENT ENVIRONMENT

~liljamo/ha-ouman-eh800

ref: 5eee86f7d065de2f8de72ad147f3c47fef9a7a66 ha-ouman-eh800/justfile -rw-r--r-- 355 bytes
5eee86f7Jonni Liljamo chore: disable insane lints 4 days ago
                                                                                
1
2
3
4
5
6
7
8
9
_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:
    podman exec -it hass-demo bash