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

Merge pull request #169 from YunoHost-Apps/debug

Debug
This commit is contained in:
ewilly 2022-12-22 16:22:48 +00:00 committed by GitHub
commit 876dd4a7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ homeassistant:
unit_system: __UNIT_SYSTEM__ unit_system: __UNIT_SYSTEM__
currency: __CURRENCY__ currency: __CURRENCY__
country: __COUNTRY__ country: __COUNTRY__
time_zone: __TIME_ZONE__ time_zone: "__TIME_ZONE__"
external_url: "https://__DOMAIN__" external_url: "https://__DOMAIN__"
auth_providers: auth_providers:
- type: command_line - type: command_line

View file

@ -21,7 +21,7 @@
"email": "ewilly@ewilly.fr" "email": "ewilly@ewilly.fr"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -116,7 +116,7 @@ chown -R $app: "$data_path"
# installation in a virtual environment # installation in a virtual environment
ynh_script_progression --message="Installing Home Assistant in a virtual environment..." ynh_script_progression --message="Installing Home Assistant in a virtual environment..."
ynh_exec_fully_quiet myynh_install_homeassistant myynh_install_homeassistant
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION

View file

@ -77,8 +77,8 @@ then
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
myynh_install_python --python="$py_required_version" myynh_install_python --python="$py_required_version"
ynh_exec_fully_quiet myynh_upgrade_venv_directory myynh_upgrade_venv_directory
ynh_exec_fully_quiet myynh_install_homeassistant myynh_install_homeassistant
fi fi
#================================================= #=================================================