Couple of http to https edits.. make stuff more secure without breaking it hopefully.
This commit is contained in:
parent
6d02f53dd0
commit
3e9542fe34
|
@ -84,20 +84,6 @@ http:
|
||||||
frontend:
|
frontend:
|
||||||
javascript_version: latest
|
javascript_version: latest
|
||||||
|
|
||||||
# panel_iframe:
|
|
||||||
# pihole:
|
|
||||||
# title: 'Pi-Hole'
|
|
||||||
# url: 'http://pi.hole/admin'
|
|
||||||
# icon: mdi:block-helper
|
|
||||||
# unifi:
|
|
||||||
# title: 'Unifi'
|
|
||||||
# url: 'https://192.168.10.10:8443/manage'
|
|
||||||
# icon: mdi:access-point-network
|
|
||||||
# docker:
|
|
||||||
# title: 'Docker'
|
|
||||||
# url: 'https://192.168.10.10:9090/docker'
|
|
||||||
# icon: mdi:docker
|
|
||||||
|
|
||||||
panel_custom:
|
panel_custom:
|
||||||
- name: floorplan
|
- name: floorplan
|
||||||
sidebar_title: Alarm Panel
|
sidebar_title: Alarm Panel
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
- platform: rest
|
- platform: rest
|
||||||
scan_interval: 86400
|
scan_interval: 86400
|
||||||
resource: http://icanhazip.com
|
resource: https://icanhazip.com
|
||||||
name: External IP
|
name: External IP
|
||||||
value_template: '{{ value }}'
|
value_template: '{{ value }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue