Variables | |
| string | CONF_IMPORTED_BY = "imported_by" |
| string | CONF_PING_COUNT = "count" |
| int | DEFAULT_PING_COUNT = 5 |
| string | DOMAIN = "ping" |
| int | ICMP_TIMEOUT = 1 |
| int | PING_ATTEMPTS_COUNT = 3 |
| int | PING_TIMEOUT = 3 |
Tracks devices by sending a ICMP echo request (ping).
| string homeassistant.components.ping.const.CONF_IMPORTED_BY = "imported_by" |
| string homeassistant.components.ping.const.CONF_PING_COUNT = "count" |
| int homeassistant.components.ping.const.DEFAULT_PING_COUNT = 5 |
| int homeassistant.components.ping.const.PING_ATTEMPTS_COUNT = 3 |