From 490e9ee95df38e8989a5f83d0dec5d1726bbb3f1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:37:41 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/sensor/tellstick.py | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/homeassistant/components/sensor/tellstick.py b/homeassistant/components/sensor/tellstick.py index 6ec24d18ef1..ecd991e5413 100644 --- a/homeassistant/components/sensor/tellstick.py +++ b/homeassistant/components/sensor/tellstick.py @@ -3,24 +3,8 @@ homeassistant.components.sensor.tellstick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shows sensor values from Tellstick sensors. -Possible config keys: - -id of the sensor: Name the sensor with ID -135=Outside - -only_named: Only show the named sensors -only_named=1 - -temperature_scale: The scale of the temperature value -temperature_scale=°C - -datatype_mask: mask to determine which sensor values to show based on -https://tellcore-py.readthedocs.org - /en/v1.0.4/constants.html#module-tellcore.constants - -datatype_mask=1 # only show temperature -datatype_mask=12 # only show rain rate and rain total -datatype_mask=127 # show all sensor values +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.tellstick.html """ import logging from collections import namedtuple