Compare commits

..

No commits in common. "6da234a3ed5be71d82c83b6c4c9e2b561649d513" and "e0e09f8a0b988d47387f2600c6d2716b4c2dc48c" have entirely different histories.

1 changed files with 6 additions and 1 deletions

View File

@ -26,10 +26,14 @@ $STD apt-get install -y \
python3-dev \
python3-pip \
python3-venv
msg_ok "Updated Python3"
msg_info "Installing ESPHome"
mkdir /root/config
#mkdir /srv/esphome
#cd /srv/esphome
#python3 -m venv .
#source bin/activate
$STD pip install esphome tornado esptool
msg_ok "Installed ESPHome"
@ -40,6 +44,7 @@ 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