手动更新HomeAssistant版本

来源:互联网 发布:如何查网络摄像头 编辑:程序博客网 时间:2024/06/14 06:32

sudo systemctl stop home-assistant@homeassistant.service


sudo su -s /bin/bash homeassistant


source /srv/homeassistant/bin/activate


pip3 install --upgrade homeassistant


exit


sudo systemctl start home-assistant@homeassistant.service


查看日志: sudo journalctl -u home-assistant@homeassistant.service -f


原创粉丝点击