From 94f128293c27bac87086e329a47363a74e6942b5 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 29 May 2019 21:26:24 +0100 Subject: [PATCH] [fix] Updated dependencies and removed deprecated configuration --- conf/homeassistant_conf_files/configuration.yaml | 3 --- scripts/_common.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/homeassistant_conf_files/configuration.yaml b/conf/homeassistant_conf_files/configuration.yaml index e4d3488..a7e570f 100644 --- a/conf/homeassistant_conf_files/configuration.yaml +++ b/conf/homeassistant_conf_files/configuration.yaml @@ -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: diff --git a/scripts/_common.sh b/scripts/_common.sh index 0b5a468..b1f5256 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 () {