homeassistant (core) - first version to upgrade/change venv, pip and homeassistant itself

This commit is contained in:
2023-01-15 17:50:05 +01:00
parent 9e2a9ec594
commit f5413da537
2 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
readonly sc_haUser="homeassistant"
readonly sc_haVenv="/srv/homeassistant"
# Additional pip packages (homeassistant already included)
readonly sc_haDeps=()