Added CT: ESPHome

This commit is contained in:
2022-12-18 16:42:40 +01:00
parent 6d0aafe7ea
commit 57c6e041fb
7 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
service esphome stop
sudo -u esphome sh -c '. /opt/ESPHome/srv/activate && pip install --upgrade pip && pip3 install --upgrade tornado esptool esphome'
service esphome start