Clarify manual polling option for speedtest (#28609)

The ability to disable polling and customize it via a service call completely slipped me by while reading the page.

I found the Waze integration which has a more detailed and easy to understand description on how to change the polling interval manually and figured it would do well here also.
This commit is contained in:
Dennis 2023-08-17 15:33:08 +02:00 committed by GitHub
parent 30dd618e17
commit 588b633dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@ The Speedtest.net integration uses the [Speedtest.net](https://speedtest.net/) w
Most Speedtest.net servers require TCP port 8080 outbound to function. Without this port open you may experience significant delays or no results at all. See note on their [help page](https://www.speedtest.net/help). Most Speedtest.net servers require TCP port 8080 outbound to function. Without this port open you may experience significant delays or no results at all. See note on their [help page](https://www.speedtest.net/help).
By default, a speed test will be run every hour. You can disable polling using system options and use the `update_entity` service to automate the speed test frequency. ## Manual Polling
By default, a speed test will be run every hour. To customize polling, you can disable automated polling. Go to {% my integrations title="**Settings** > **Devices & Services**" %}, and select the **Speedtest** integration. On the integration entry, select the three dots. Then, select **System options** and toggle the button to disable polling. To manually trigger a polling request, call the [`homeassistant.update_entity` service](/integrations/homeassistant/#service-homeassistantupdate_entity) as needed, either manually or via automations.
## Integration Sensors ## Integration Sensors