From 64a492e3d878e344dad4cf759c3445171ef12384 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 28 Mar 2017 16:25:21 +0000 Subject: [PATCH] Change the Update Scan interval for the system monitoring stuff to 24 hours. --- sensor/hass_stats.yaml | 1 + sensor/systemmonitor.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/sensor/hass_stats.yaml b/sensor/hass_stats.yaml index 281ec5ed..5c4e8f90 100755 --- a/sensor/hass_stats.yaml +++ b/sensor/hass_stats.yaml @@ -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: diff --git a/sensor/systemmonitor.yaml b/sensor/systemmonitor.yaml index 67f03705..8a7b3826 100755 --- a/sensor/systemmonitor.yaml +++ b/sensor/systemmonitor.yaml @@ -50,6 +50,7 @@ {%- endif -%} - platform: rest + scan_interval: 86400 resource: http://ip.jsontest.com name: External IP value_template: '{{ value_json.ip }}'