Add reference to ping options (#30094)

This commit is contained in:
Jan-Philipp Benecke 2023-12-23 08:55:50 +01:00 committed by GitHub
parent bb3447ba96
commit 6abf4ff1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.