Skip to content

Commit

Permalink
Extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Apr 16, 2022
1 parent fb7a929 commit 1e002de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypowerwall.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PW_PASSWORD: "changeme"
PW_PASSWORD: "password"
PW_EMAIL: "email@example.com"
PW_HOST: "192.168.91.1"
PW_TIMEZONE: "America/Los_Angeles"
PW_DEBUG: "yes"
PW_DEBUG: "yes"
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo ""

# Powerwall Credentials
echo "Current Powerwall Credentials:"
echo ""
cat ${ENV_FILE}
echo ""
read -r -p "Update these credentials? [Y/n] " response
Expand Down

0 comments on commit 1e002de

Please sign in to comment.