1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Update HA version

This commit is contained in:
ewilly 2020-08-12 16:51:17 +02:00
parent 87aec6f60d
commit 82198d4e6c
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,9 @@
# Common variables & functions
#
# Release to install
VERSION=0.114.0
# Package dependencies
PKG_DEPENDENCIES="python3 python3-venv python3-pip build-essential libssl-dev libffi-dev python3-dev"

View file

@ -60,7 +60,7 @@ exec_as $app -H -s /bin/bash -c " \
&& echo 'install a required python package' \
&& pip install --upgrade wheel \
&& echo 'install Home Assistant' \
&& pip install --upgrade $app==0.96.5 \
&& pip install --upgrade $app==$VERSION \
"
# set default configuration files

View file

@ -43,7 +43,7 @@ exec_as "$app" -H -s /bin/bash -c " \
&& echo 'install a required python package' \
&& pip install --upgrade wheel \
&& echo 'install Home Assistant' \
&& pip install --upgrade $app==0.96.5 \
&& pip install --upgrade $app==$VERSION \
"
# setup up autostart using systemd