diff --git a/scripts/develop b/scripts/develop index 2b44856..f4ca537 100755 --- a/scripts/develop +++ b/scripts/develop @@ -17,4 +17,7 @@ fi export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components" # Start Home Assistant -hass --config "${PWD}/config" --debug \ No newline at end of file +hass --config "${PWD}/config" --debug + +# Should sort of work in GitHub code-space +# /home/codespace/.local/lib/python3.12/site-packages/bin/hass --config "${PWD}/config" --debug \ No newline at end of file