Update esphome-install.sh

move /config to /.config
This commit is contained in:
tteckster 2023-11-04 09:17:47 -04:00 committed by GitHub
parent b918091d6b
commit 5dc1cf5870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ $STD apt-get install -y \
msg_ok "Updated Python3"
msg_info "Installing ESPHome"
mkdir /root/config
$STD pip install esphome tornado esptool
msg_ok "Installed ESPHome"
@ -40,7 +39,7 @@ Description=ESPHome Dashboard
After=network.target
[Service]
ExecStart=/usr/local/bin/esphome dashboard /root/config/
ExecStart=/usr/local/bin/esphome dashboard /root/.config/
Restart=always
User=root