project: does my broadband speed vary?

Here’s how to add a little functionality to Home Assistant, the automation platform. Do try this especially if you’re just starting to add features to Home Assistant.

Go to the Configurator and open configuration.yaml. Add this code and save the file.
speedtestdotnet:
   scan_interval:
     hours: 4
Go next to Configuration > Server Control >
> Configuration validation > RESTART server (if the configuration was valid)

Go to the Home Assistant frontend or overview. Click Configure UI > + > History graph

Then add this code:

entities:
 entity: sensor.speedtest_upload
 entity: sensor.speedtest_download
 name: broadband speed
 type: history-graph 

Leave a Reply

Your email address will not be published. Required fields are marked *