There are some home automation devices that I want to check if they are available all the time (and eventually reboot them when they are not, or notify me if unavailable
I was thinking of pinging them (with command ping) and if unavailable then use an automation: below is the trigger part every 5 minutes, but how to use the ping?
automation 3:
trigger:
platform: time_pattern
# You can also match on interval. This will match every 5 minutes
minutes: '/5'
device_tracker:
- platform: ping
hosts:
hostone: 192.168.2.10