mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add reference to ping options (#30094)
This commit is contained in:
parent
bb3447ba96
commit
6abf4ff1cc
@ -36,6 +36,14 @@ For more detailed steps on how to define a custom interval, follow the procedure
|
||||
|
||||
{% include common-tasks/define_custom_polling.md %}
|
||||
|
||||
## Integration options
|
||||
|
||||
It is possible to change some behaviors through the integration options.
|
||||
To change the settings, go to {% my integrations title="**Settings** > **Devices & Services**" %}. Select the **Ping** integration, then select **Configure**.
|
||||
|
||||
- **Ping count**: Number of echo requests to send to the target. The default is 5.
|
||||
- **Consider home**: Number of seconds that must elapse before considering a disconnected device "not at home". The default is 180 seconds (3 minutes).
|
||||
|
||||
## Binary sensor
|
||||
|
||||
The `ping` binary sensor platform allows you to use `ping` to send ICMP echo requests. This way you can check if a given host is online and determine the round trip times from your Home Assistant instance to that system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user