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