diff options
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 |