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 () {