mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 22:37:36 +00:00

* 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
1.1 KiB
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 |
|
Cloud Polling |
|
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 %}