UPdate link to docs

This commit is contained in:
Fabian Affolter 2016-05-05 00:32:11 +02:00
parent 7995829790
commit 2274806bee
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Support for custom shell commands to retrieve values. Support for custom shell commands to retrieve values.
For more details about this platform, please refer to the documentation at 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 import logging
from datetime import timedelta from datetime import timedelta

View File

@ -2,7 +2,7 @@
Allows to configure custom shell commands to turn a value for a sensor. 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 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 logging
import subprocess import subprocess

View File

@ -2,7 +2,7 @@
Support for custom shell commands to turn a switch on/off. Support for custom shell commands to turn a switch on/off.
For more details about this platform, please refer to the documentation at 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 logging
import subprocess import subprocess