From 388198465de73ddb743bf03b83ec2a424f04fdfe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 25 Nov 2016 17:03:48 +0100 Subject: [PATCH] Update configuration sample --- source/_components/sensor.speedtest.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/sensor.speedtest.markdown b/source/_components/sensor.speedtest.markdown index 10d9d02cb2a..e7df4acacd5 100644 --- a/source/_components/sensor.speedtest.markdown +++ b/source/_components/sensor.speedtest.markdown @@ -24,17 +24,17 @@ Once per hour, on the hour (default): ```yaml # Example configuration.yaml entry sensor: - platform: speedtest - monitored_conditions: - - ping - - download - - upload + - platform: speedtest + monitored_conditions: + - ping + - download + - upload ``` Configuration variables: - **monitored_conditions** array (*Required*): Sensors to display in the frontend. - - **ping**: Reaction time in ms of your connection, (how fast you get a response after you've sent out a request). + - **ping**: Reaction time in ms of your connection (how fast you get a response after you've sent out a request). - **download**: Download speed in Mbps. - **upload**: Upload speed in Mbps. - **server_id** (*Optional*): Specify the speedtest server to perform test against.