Added Hass CT

This commit is contained in:
2021-10-06 16:23:37 +00:00
parent d524353b3f
commit b5d5531133
5 changed files with 100 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/ash
service hass stop
sudo -u hass sh -c '. /opt/HomeAssistant/srv/bin/activate && pip install --upgrade pip && pip3 install --upgrade homeassistant'
service hass start