diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 0570401b..af8b6248 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.110.3 \ No newline at end of file +0.110.4 \ No newline at end of file diff --git a/config/automation/System/update_notification.yaml b/config/automation/System/update_notification.yaml index 93104ea7..313dfcb2 100755 --- a/config/automation/System/update_notification.yaml +++ b/config/automation/System/update_notification.yaml @@ -84,11 +84,6 @@ "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", ] | random }} - - service: notify.html5 - data_template: - title: "Update Available" - message: "Home Assistant {{ states.binary_sensor.updater.attributes.newest_version }} is available. - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" - - service: persistent_notification.create data: title: "Update Available" diff --git a/config/configuration.yaml b/config/configuration.yaml index 825ea9b3..98c65528 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -27,7 +27,7 @@ homeassistant: - type: trusted_networks trusted_networks: - 192.168.10.0/24 - - !secret external_ip + allow_bypass_login: true system_health: @@ -90,8 +90,8 @@ http: server_port: !secret http_port ssl_certificate: !secret ssl_certificate ssl_key: !secret ssl_key - ip_ban_enabled: True - login_attempts_threshold: 2 +# ip_ban_enabled: True +# login_attempts_threshold: 2 frontend: javascript_version: latest