Change the Update Scan interval for the system monitoring stuff to 24 hours.

This commit is contained in:
CCOSTAN 2017-03-28 16:25:21 +00:00
parent 30f4bbe1b4
commit 64a492e3d8
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- platform: command_line
name: HA Installed Version
command: "/srv/hass/hass_venv/bin/hass --version"
scan_interval: 86400
- platform: template
sensors:
ha_last_restart:

View File

@ -50,6 +50,7 @@
{%- endif -%}
- platform: rest
scan_interval: 86400
resource: http://ip.jsontest.com
name: External IP
value_template: '{{ value_json.ip }}'