More work on this #523
This commit is contained in:
parent
86697aeee7
commit
21524fe99d
|
@ -1 +1 @@
|
|||
0.110.3
|
||||
0.110.4
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue