From 799582979074db550d0613797361dd78a00edc1c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 May 2016 00:28:51 +0200 Subject: [PATCH] Fix typo --- homeassistant/components/binary_sensor/command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/binary_sensor/command_line.py b/homeassistant/components/binary_sensor/command_line.py index 1acefe973d2..14eba43d23d 100644 --- a/homeassistant/components/binary_sensor/command_line.py +++ b/homeassistant/components/binary_sensor/command_line.py @@ -1,5 +1,5 @@ """ -Support for custom shell commands to to retrieve values. +Support for custom shell commands to retrieve values. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/binary_sensor.command/