mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add loop energy docs
This commit is contained in:
parent
3dc15ca6de
commit
6b44dc4263
35
source/_components/sensor.loop_energy.markdown
Normal file
35
source/_components/sensor.loop_energy.markdown
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Loop Energy"
|
||||
description: "Instructions how to integrate Loop Energy devices within Home Assistant."
|
||||
date: 2016-04-02 22:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: loop.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
|
||||
Integrate your [Loop Energy](https://www.your-loop.com/) meter information into Home Assistant.
|
||||
|
||||
To enable the Loop Energy sensor, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: loopenergy
|
||||
electricity_serial: ELECRITCAL_SERIAL
|
||||
electricity_secret: ELECTRICAL_OFFSET
|
||||
gas_serial: GAS_SERIAL
|
||||
gas_secret: GAS_SECRET
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **electricity_serial** (*Required*): Serial of your electricity sensor
|
||||
- **electricity_secret** (*Required*): Secret for your electricity Sensor
|
||||
- **gas_serial** (*Required*): Serial for your gas sensor.
|
||||
- **gas_secret** (*Required*): Secret for your gas sensor.
|
||||
|
BIN
source/images/supported_brands/loop.png
Normal file
BIN
source/images/supported_brands/loop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
x
Reference in New Issue
Block a user