Skip to content

Commit

Permalink
Use a single echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 25, 2020
1 parent bb501b0 commit 50bf1c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ pip install -e .

hass --script ensure_config -c config

echo "logger:" >> config/configuration.yaml
echo " default: info" >> config/configuration.yaml
echo " logs:" >> config/configuration.yaml
echo " homeassistant.components.cloud: debug" >> config/configuration.yaml
echo "
logger:
default: info
logs:
homeassistant.components.cloud: debug
" >> config/configuration.yaml

0 comments on commit 50bf1c8

Please sign in to comment.