I’m using the speedtest integration keep an eye on the speed of my internet at home.
My code in configuration.yaml looks like this:
speedtestdotnet:
scan_interval:
minutes: 30
The documentation says the default scan interval is 60 minutes and that it can be changed using the “scan_interval” variable.
My integration speed tests every 60 minutes despite setting up the code like this, it also does a speed test when Home Assistant starts up.
I am having internet problems at the moment and would like to be able to log more frequent data points but I can’t get it working.
Does anyone have a suggestion of what I can do to solve this?