Add hint about refresh interval of ping (#30076)

This commit is contained in:
Jan-Philipp Benecke 2023-12-05 18:55:12 +01:00 committed by Franck Nijhof
parent 83b548c076
commit 42e7a41061
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -25,6 +25,17 @@ There is currently support for the following device types within Home Assistant:
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
## Polling interval
By default, the integration will ping the device every 5 minutes.
If you wish to do a ping more frequently, you can disable the automatic refresh in the integration's system options (Enable polling for updates) and create your own automation with your desired frequency.
For more detailed steps on how to define a custom interval, follow the procedure below.
### Defining a custom polling interval
{% include common-tasks/define_custom_polling.md %}
## Binary sensor ## 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. 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.