From aed61cecff178d8b59f34ea01b4575d1ea0daf4f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Oct 2015 22:14:51 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/sensor/temper.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/sensor/temper.py b/homeassistant/components/sensor/temper.py index c7943f0cc06..712b626406b 100644 --- a/homeassistant/components/sensor/temper.py +++ b/homeassistant/components/sensor/temper.py @@ -3,13 +3,8 @@ homeassistant.components.sensor.temper ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for getting temperature from TEMPer devices. -Configuration: - -To use the temper sensors you will need to add something like the following to -your configuration.yaml file. - -sensor: - platform: temper +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.temper.html """ import logging from homeassistant.helpers.entity import Entity