Updated links and configuration example (#4215)

Updated external links and added channel_id variable to configuration example as it is now required.
This commit is contained in:
Mark Harrison 2017-12-15 10:15:55 +01:00 committed by Fabian Affolter
parent b064441866
commit 918487ba88

View File

@ -14,7 +14,7 @@ ha_iot_class: "Cloud Polling"
---
Integrate your [ELIQ Online](http://eliq.se) smart meter information into Home Assistant. To get an [access token](https://my.eliq.se/user/settings/api) and the [Channel ID](https://my.eliq.se/user/settings/data), log in to your account.
Integrate your [ELIQ Online](http://eliq.io) smart meter information into Home Assistant. To get an [access token](https://my.eliq.io/user/settings/api) and the [Channel ID](https://my.eliq.io/user/settings/locations), log in to your account.
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
@ -23,6 +23,7 @@ To enable this sensor in your installation, add the following to your `configura
sensor:
- platform: eliqonline
access_token: ACCESS_TOKEN
channel_id: CHANNEL_ID
```
Configuration variables:
@ -31,5 +32,5 @@ Configuration variables:
- **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](https://my.eliq.se/knowledge/sv-SE/49-eliq-online/299-eliq-online-api).
For details please check the [API documentation](https://eliq.zendesk.com/hc/en-us/articles/115002708449-API-Eliq-Online).