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

[fix] Updated dependencies and removed deprecated configuration

This commit is contained in:
tituspijean 2019-05-29 21:26:24 +01:00
parent 4b22fa698c
commit 94f128293c
2 changed files with 1 additions and 4 deletions

View file

@ -38,9 +38,6 @@ http:
# If legacy_api_password is active as auth_provider
#api_password: !secret http_password
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:

View file

@ -3,7 +3,7 @@
#
# Package dependencies
PKG_DEPENDENCIES="python3 python3-venv python3-pip"
PKG_DEPENDENCIES="python3 python3-venv python3-pip libffi-dev libssl-dev"
# Check if directory/file already exists (path in argument)
myynh_check_path () {