mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Eliqonline | Instructions on how to integrate Eliqonline devices within Home Assistant. | 2015-07-11 0:15 | true | false | true | true | eliq.png | Energy | 0.10 | Cloud Polling |
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 variables:
- access_token (Required): The Access Token for your account.
- channel_id (Required): Channel ID (as integer) of your device.
- name (Optional): The name of the sensor, eg. the city.
For details please check the API documentation.