Couple of http to https edits.. make stuff more secure without breaking it hopefully.

This commit is contained in:
ccostan 2018-07-15 16:43:34 -04:00
parent 6d02f53dd0
commit 3e9542fe34
3 changed files with 1 additions and 15 deletions

View File

@ -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

View File

@ -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 }}'