Skip to content
Snippets Groups Projects
Unverified Commit 6f7f4955 authored by Nathan Tilley's avatar Nathan Tilley Committed by GitHub
Browse files

Add Logger Check Before Adding Another (#47954)

parent 4f3b7f91
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,11 @@ python3 -m pip install -e . --constraint homeassistant/package_constraints.txt ...@@ -28,9 +28,11 @@ python3 -m pip install -e . --constraint homeassistant/package_constraints.txt
hass --script ensure_config -c config hass --script ensure_config -c config
if ! grep -R "logger" config/configuration.yaml >> /dev/null;then
echo " echo "
logger: logger:
default: info default: info
logs: logs:
homeassistant.components.cloud: debug homeassistant.components.cloud: debug
" >> config/configuration.yaml " >> config/configuration.yaml
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment