Update esphome-install.sh

- create `config` directory
- fixes https://github.com/tteck/Proxmox/issues/1981
This commit is contained in:
tteckster 2023-10-30 13:57:03 -04:00 committed by GitHub
parent e0e09f8a0b
commit 8de41a87c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -26,14 +26,10 @@ $STD apt-get install -y \
python3-dev \
python3-pip \
python3-venv
msg_ok "Updated Python3"
msg_info "Installing ESPHome"
#mkdir /srv/esphome
#cd /srv/esphome
#python3 -m venv .
#source bin/activate
mkdir config
$STD pip install esphome tornado esptool
msg_ok "Installed ESPHome"
@ -44,7 +40,6 @@ Description=ESPHome Dashboard
After=network.target
[Service]
#ExecStart=/srv/esphome/bin/esphome dashboard /root/config/
ExecStart=/usr/local/bin/esphome dashboard /root/config/
Restart=always
User=root