From f21824d00d7ebab20a60b33dd326e0ce2c4b9ac6 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Sun, 28 Apr 2019 02:58:38 +0300 Subject: [PATCH] Use the proper name for manual speedtest service (#9337) --- source/_components/speedtestdotnet.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/speedtestdotnet.markdown b/source/_components/speedtestdotnet.markdown index 6ff3c58da95..285897846b3 100644 --- a/source/_components/speedtestdotnet.markdown +++ b/source/_components/speedtestdotnet.markdown @@ -90,7 +90,7 @@ action: This component uses [speedtest-cli](https://github.com/sivel/speedtest-cli) to gather network performance data from Speedtest.net. Please be aware of the potential [inconsistencies](https://github.com/sivel/speedtest-cli#inconsistency) that this component may display. -When Home Assistant first starts up, the values of the speed test will show as `Unknown`. You can use the service `sensor.update_speedtest` to run a manual speed test and populate the data or just wait for the next regularly scheduled test. You can turn on manual mode to disable the scheduled speed tests. +When Home Assistant first starts up, the values of the speed test will show as `Unknown`. You can use the service `speedtestdotnet.speedtest` to run a manual speed test and populate the data or just wait for the next regularly scheduled test. You can turn on manual mode to disable the scheduled speed tests. ## {% linkable_title Examples %}