mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
22 lines
497 B
Markdown
22 lines
497 B
Markdown
---
|
|
layout: page
|
|
title: "TEMPer Sensor"
|
|
description: "Instructions how to integrate TEMPer sensors into Home Assistant."
|
|
date: 2015-08-06 19:00
|
|
sidebar: true
|
|
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
|
|
```
|