diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:06:33 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:20:08 +0400 |
commit | 35e1d7fd0ee093c362de3663e0fccc049434565a (patch) | |
tree | edb376ee0cc3b5994cee95c4b983dfe0017d8bfb /custom | |
parent | c43c1251c98eb91b811cc631e5bd58dd1fe541f6 (diff) | |
download | hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.gz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.bz2 hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.xz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.zip |
Configure influxdb & re-enable purging of old data. New historical dashboards. Hass upgrade.
Diffstat (limited to 'custom')
-rw-r--r-- | custom/binary_sensor.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/custom/binary_sensor.yaml b/custom/binary_sensor.yaml index 08232b4..e6526e9 100644 --- a/custom/binary_sensor.yaml +++ b/custom/binary_sensor.yaml @@ -1,12 +1,12 @@ #binary_sensor: - - platform: ping - host: 192.168.0.1 - name: "network_route/crd" - count: 1 - scan_interval: 300 +# - platform: ping +# host: 192.168.0.1 +# name: "network_route/crd" +# count: 1 +# scan_interval: 300 - - platform: ping - host: 192.168.1.1 - name: "network_route/vivacell" - count: 1 - scan_interval: 300 +# - platform: ping +# host: 192.168.1.1 +# name: "network_route/vivacell" +# count: 1 +# scan_interval: 300 |