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.1 KiB

title description logo ha_release ha_category ha_iot_class redirect_from
Linky Sensor Instructions on how to integrate Linky consumption data within Home Assistant. enedis.png 0.79
Energy
Sensor
Cloud Polling
/components/sensor.linky/

The linky sensor platform is retrieving the consumption of your home from the Linky electric meter.

Configuration

First, you need to create an Enedis account here, if you don't have already one.

And then, add the Linky sensor to your configuration.yaml file like below:

# Example configuration.yaml entry
sensor:
  - platform: linky
    username: YOUR_LINKY_USERNAME
    password: YOUR_LINKY_PASSWORD

{% configuration %} username: description: The Enedis account username. required: true type: string password: description: The Enedis account password. required: true type: string timeout: description: Timeout to wait for the Enedis API connection. required: false type: integer default: 10 {% endconfiguration %}