parent
d33e2a4009
commit
f69758e9f7
@ -1 +1 @@
|
|||||||
0.30.1
|
0.30.2
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /home/hass/.homeassistant
|
||||||
|
source /srv/hass/hass_venv/bin/activate
|
||||||
|
|
||||||
|
echo "Processing update"
|
||||||
|
pip3 install --upgrade homeassistant
|
||||||
|
|
||||||
|
hass --script check_config
|
||||||
|
exit
|
||||||
Loading…
Reference in new issue