mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
Change the Update Scan interval for the system monitoring stuff to 24 hours.
This commit is contained in:
parent
30f4bbe1b4
commit
64a492e3d8
@ -5,6 +5,7 @@
|
|||||||
- platform: command_line
|
- platform: command_line
|
||||||
name: HA Installed Version
|
name: HA Installed Version
|
||||||
command: "/srv/hass/hass_venv/bin/hass --version"
|
command: "/srv/hass/hass_venv/bin/hass --version"
|
||||||
|
scan_interval: 86400
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
ha_last_restart:
|
ha_last_restart:
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
- platform: rest
|
- platform: rest
|
||||||
|
scan_interval: 86400
|
||||||
resource: http://ip.jsontest.com
|
resource: http://ip.jsontest.com
|
||||||
name: External IP
|
name: External IP
|
||||||
value_template: '{{ value_json.ip }}'
|
value_template: '{{ value_json.ip }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user