Enable scan_interval again for speedtestdotnet integration

The configuration option scan_interval for speedtestdotnet was removed last december in this PR it was usefull set a desired interval and not to scan every 60 minutes wich it is the default interval now.

Unlikely to be implemented.

If you want something other than the default you can disable polling

Untitled

and automate sensor updates.

- id: 055c8dc3-a1f4-48d0-9335-d668e73b3e76
  alias: 'Speedtest Peak Time Check'
  trigger:
  - platform: time
    at: '18:02:00'
  - platform: time
    at: '19:02:00'
  - platform: time
    at: '20:02:00'
  - platform: time
    at: '21:02:00'
  - platform: time
    at: '22:02:00'
  - platform: time
    at: '23:02:00'
  action:
  - service: homeassistant.update_entity
    entity_id: sensor.speedtest_download

You only need to update one of the entities and all three (ping, upload and download) will all update.

1 Like

That’s what I need, thanks!

1 Like