From 7c3c6e09815bbb57678117dce200a952c4f9bb27 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 19:20:12 +0200 Subject: [PATCH] add temper page --- source/components/sensor.temper.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/components/sensor.temper.markdown diff --git a/source/components/sensor.temper.markdown b/source/components/sensor.temper.markdown new file mode 100644 index 00000000000..39e7d6752dd --- /dev/null +++ b/source/components/sensor.temper.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "TEMPer sensors support" +description: "Instructions how to integrate TEMPer sensors into Home Assistant." +date: 2015-08-06 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + +This temper sensor platform allows you to get the current temperature from a TEMPer device. + +To use your TEMPer sensor in your installation, add the following to your `configuration.yaml` file: + +``` +# Example configuration.yaml entry +sensor: + platform: temper +```