summaryrefslogtreecommitdiffstats
path: root/custom/binary_sensor.yaml
blob: 08232b45afae8e42989f469d4c514dcc6dcc3885 (plain)
1
2
3
4
5
6
7
8
9
10
11
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