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