Skip to content

Commit

Permalink
Remove debug flag in hass startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Nov 1, 2023
1 parent 5785c33 commit cc7856a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/develop
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ fi
export PYTHONPATH="${PYTHONPATH}:${PWD}/custom_components"

# Start Home Assistant
hass --config "${PWD}/config" --debug
#hass --config "${PWD}/config" --debug
hass --config "${PWD}/config"

0 comments on commit cc7856a

Please sign in to comment.