home-assistant.io/source/_components/eliqonline.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Eliqonline Instructions on how to integrate Eliqonline devices within Home Assistant. eliq.png
Energy
0.10 Cloud Polling
/components/sensor.eliqonline/

Integrate your ELIQ Online smart meter information into Home Assistant. To get an access token and the Channel ID, log in to your account.

To enable this sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: eliqonline
    access_token: ACCESS_TOKEN
    channel_id: CHANNEL_ID

{% configuration %} access_token: description: The Access Token for your account. required: true type: string channel_id: description: Channel ID (as integer) of your device. required: true type: integer name: description: The name of the sensor, e.g., the city. required: false default: ELIQ Online type: string {% endconfiguration %}

For details please check the API documentation.