Track Home/Away Status for Your Household Using Their Smart Phones and Home Assistant
https://www.home-assistant.io/integrations/ping/#binary-sensor
https://www.home-assistant.io/integrations/ping/#binary-sensor
0
This device can not be added from the UI
You can add this device by adding it to your 'configuration.yaml'. See the documentation for more information.
binary_sensor:
- platform: ping
host: 192.168.101.37
name: m1s-ping
count: 2
scan_interval: 30
binary_sensor:
- platform: ping
host: 192.168.68.1
name: Router
count: 8
scan_interval: 30
- platform: ping
host: 192.168.68.137
name: Danny-Server
count: 8
scan_interval: 30
- platform: ping
host: 192.168.68.141
name: Danny-Docker
count: 8
scan_interval: 30
binary_sensor:
- platform: ping
host: 192.168.2.103
name: m1s-ping
count: 2
scan_interval: 30
- platform: ping
host: 192.168.101.2
name: mi home hub-ping
count: 2
scan_interval: 30
- platform: ping
host: 192.168.101.21
name: Yeelight-C2001-celing26-ping
count: 2
scan_interval: 30
type: entities
entities:
- entity: zone.bei_office
- entity: device_tracker.device_name_iphone12
- entity: device_tracker.device_name_s21
- entity: input_select.input_select_husband_status_dropdown
- entity: device_tracker.devicename
- entity: binary_sensor.m1s_ping
{
"type": "entities",
"entities": [
{
"entity": "binary_sensor.m1s_ping"
},
{
"entity": "binary_sensor.mi_home_hub_ping"
},
{
"entity": "binary_sensor.yeelight_c2001_celing26_ping"
}
],
"title": "Devices Wifi online or not with ping"
}