From c933cb78aa1d235e8edffbe2a9d964acad20cfe3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 24 Jan 2023 06:27:43 +0400 Subject: Monitor primary/backup connectivity and inform when we are on LTE --- custom/binary_sensor.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'custom') 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 -- cgit v1.2.3