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