mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add eliqonline sensor docs
This commit is contained in:
parent
4568565971
commit
027c29ec9c
35
source/_components/sensor.eliqonline.markdown
Normal file
35
source/_components/sensor.eliqonline.markdown
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
layout: component
|
||||
title: "Eliqonline sensor"
|
||||
description: "Instructions how to integrate Eliqonline devices within Home Assistant."
|
||||
date: 2015-07-11 0:15
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: eliq.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
|
||||
Integrate your [Eliqonline](http://eliq.se) smart meter information into Home Assistant. To get an app token, log in to your [Eliqonline](https://my.eliq.se/user/settings/api) account.
|
||||
|
||||
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: eliqonline
|
||||
access_token: ACCESS_TOKEN
|
||||
name: Power consumption
|
||||
channel_id: CHANNEL_ID
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **access_token** (*Required*): The Access Token for your account.
|
||||
- **channel_id** (*Required*): Channel ID of your device.
|
||||
- **name** (*Optional*): The name of the sensor, eg. the city.
|
||||
|
||||
For details please check the [API documentation](https://my.eliq.se/knowledge/sv-SE/49-eliq-online/299-eliq-online-api).
|
||||
|
Loading…
x
Reference in New Issue
Block a user