(Die Seite wurde neu angelegt: „ https://www.home-assistant.io/common-tasks/core/ ===== switch to user ===== <syntaxhighlight lang="bash"> sudo -u homeassistant -H -s </syntaxhighlight> ===…“) |
(kein Unterschied)
|
Aktuelle Version vom 1. März 2023, 16:35 Uhr
switch to user
sudo -u homeassistant -H -s
Activate the virtual environment
source /srv/homeassistant/bin/activate
Upgrade
pip3 install --upgrade homeassistant