From 2274806bee5a6aa4151cb3e796556357a414bd0f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 May 2016 00:32:11 +0200 Subject: [PATCH] UPdate link to docs --- homeassistant/components/binary_sensor/command_line.py | 2 +- homeassistant/components/sensor/command_line.py | 2 +- homeassistant/components/switch/command_line.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/binary_sensor/command_line.py b/homeassistant/components/binary_sensor/command_line.py index 14eba43d23d..e589506eac7 100644 --- a/homeassistant/components/binary_sensor/command_line.py +++ b/homeassistant/components/binary_sensor/command_line.py @@ -2,7 +2,7 @@ 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/ +https://home-assistant.io/components/binary_sensor.command_line/ """ import logging from datetime import timedelta diff --git a/homeassistant/components/sensor/command_line.py b/homeassistant/components/sensor/command_line.py index 696f27d1931..3d73017c2e7 100644 --- a/homeassistant/components/sensor/command_line.py +++ b/homeassistant/components/sensor/command_line.py @@ -2,7 +2,7 @@ Allows to configure custom shell commands to turn a value for a sensor. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/sensor.command_sensor/ +https://home-assistant.io/components/sensor.command_line/ """ import logging import subprocess diff --git a/homeassistant/components/switch/command_line.py b/homeassistant/components/switch/command_line.py index 12b66bb6b7e..40b83371f9a 100644 --- a/homeassistant/components/switch/command_line.py +++ b/homeassistant/components/switch/command_line.py @@ -2,7 +2,7 @@ Support for custom shell commands to turn a switch on/off. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/switch.command_switch/ +https://home-assistant.io/components/switch.command_line/ """ import logging import subprocess