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:
parent
4b22fa698c
commit
94f128293c
2 changed files with 1 additions and 4 deletions
|
@ -38,9 +38,6 @@ http:
|
||||||
# If legacy_api_password is active as auth_provider
|
# If legacy_api_password is active as auth_provider
|
||||||
#api_password: !secret http_password
|
#api_password: !secret http_password
|
||||||
|
|
||||||
# Show links to resources in log and frontend
|
|
||||||
introduction:
|
|
||||||
|
|
||||||
# Enables the frontend
|
# Enables the frontend
|
||||||
frontend:
|
frontend:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Package dependencies
|
# 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)
|
# Check if directory/file already exists (path in argument)
|
||||||
myynh_check_path () {
|
myynh_check_path () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue