diff options
Diffstat (limited to 'custom/binary_sensor.yaml')
-rw-r--r-- | custom/binary_sensor.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/custom/binary_sensor.yaml b/custom/binary_sensor.yaml index 350a40f..08232b4 100644 --- a/custom/binary_sensor.yaml +++ b/custom/binary_sensor.yaml @@ -1 +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.1.1 + name: "network_route/vivacell" + count: 1 + scan_interval: 300 |