Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.14 KB

File metadata and controls

34 lines (24 loc) · 1.14 KB

TCC_speedtest:

❗ WARNING, you need the Speedtest.net intergration to be installed!

Small Speedtest card that shows your current internet speed.

preview

ToDo:

  • Basic Card
  • Theme intergration

Configuration:

The options button always navigates to the Setting's of HomeAssistant.

Variable Default Required Notes
entity_up sensor.speedtest_upload no Upload Sensor
entity_down sensor.speedtest_download no Download Sensor
entity_ping sensor.speedtest_ping no Ping Sensor

Sample:

- type: 'custom:button-card'
  template: tcc_speedtest_small
  variables:
      entity_up: "sensor.speedtest_upload"
      entity_down: "sensor.speedtest_download"
      entity_ping: "sensor.speedtest_ping"