Add component collection
This commit is contained in:
parent
9702d39c42
commit
120dbf547d
113 changed files with 323 additions and 120 deletions
21
source/_components/sensor.temper.markdown
Normal file
21
source/_components/sensor.temper.markdown
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
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
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: temper
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue