add temper page
This commit is contained in:
parent
b8d8570283
commit
7c3c6e0981
1 changed files with 20 additions and 0 deletions
20
source/components/sensor.temper.markdown
Normal file
20
source/components/sensor.temper.markdown
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue