With the 2023.1 update the following breaking change for Speedtest.net was listed.
Prior to this change I had my speedtest running every 10 minutes so when I saw this I followed the instructions to disable polling and created the following automation.
alias: Run SpeedTest
trigger:
- platform: time_pattern
minutes: /10
action:
- service: homeassistant.update_entity
target:
entity_id:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
However, now my history graph looks “fragmented” (i.e. non-contiguous).
Is this expected? Did I miss-configure something? Is there any way to fix this?