home-assistant: add speedtest-cli to component-packages
This commit is contained in:
parent
d3657f6766
commit
f0c643a99e
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@
|
|||
"sensor.sochain" = ps: with ps; [ ];
|
||||
"sensor.socialblade" = ps: with ps; [ ];
|
||||
"sensor.sonarr" = ps: with ps; [ ];
|
||||
"sensor.speedtest" = ps: with ps; [ ];
|
||||
"sensor.speedtest" = ps: with ps; [ speedtest-cli ];
|
||||
"sensor.spotcrime" = ps: with ps; [ ];
|
||||
"sensor.sql" = ps: with ps; [ sqlalchemy ];
|
||||
"sensor.startca" = ps: with ps; [ xmltodict ];
|
||||
|
|
Loading…
Reference in a new issue