Add link to docs, new docstrings, and update docstrings

This commit is contained in:
Fabian Affolter 2016-02-01 11:47:09 +01:00
parent 8de56bc8e2
commit 395743005a
6 changed files with 46 additions and 59 deletions

View file

@ -1,8 +1,11 @@
"""
homeassistant.components.binary_sensor.command_sensor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Allows to configure custom shell commands to turn a value
into a logical value for a binary sensor.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/binary_sensor.command/
"""
import logging
from datetime import timedelta