More work on this #523

This commit is contained in:
ccostan 2020-05-31 21:54:16 -04:00
parent 86697aeee7
commit 21524fe99d
3 changed files with 4 additions and 9 deletions

View File

@ -1 +1 @@
0.110.3 0.110.4

View File

@ -84,11 +84,6 @@
"/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png",
] | random }} ] | 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 - service: persistent_notification.create
data: data:
title: "Update Available" title: "Update Available"

View File

@ -27,7 +27,7 @@ homeassistant:
- type: trusted_networks - type: trusted_networks
trusted_networks: trusted_networks:
- 192.168.10.0/24 - 192.168.10.0/24
- !secret external_ip allow_bypass_login: true
system_health: system_health:
@ -90,8 +90,8 @@ http:
server_port: !secret http_port server_port: !secret http_port
ssl_certificate: !secret ssl_certificate ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key ssl_key: !secret ssl_key
ip_ban_enabled: True # ip_ban_enabled: True
login_attempts_threshold: 2 # login_attempts_threshold: 2
frontend: frontend:
javascript_version: latest javascript_version: latest