Added configuration for Fedora-HomeAssistant

This commit is contained in:
2025-01-09 03:05:07 +01:00
parent dc012921c4
commit 3f16f057de
5 changed files with 93 additions and 3 deletions

View File

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