mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
30dd618e17
commit
588b633dda
@ -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).
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user