mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
1.2 KiB
1.2 KiB
title, description, logo, ha_release, ha_category, ha_iot_class, ha_config_flow
title | description | logo | ha_release | ha_category | ha_iot_class | ha_config_flow | ||
---|---|---|---|---|---|---|---|---|
Enedis Linky | Instructions on how to integrate Linky consumption data within Home Assistant. | enedis.png | 0.79 |
|
Cloud Polling | true |
The linky
sensor platform is retrieving the consumption of your home from the Linky electric meter.
Setup the integration
You need to create an Enedis account here if you don't have one already.
Via the frontend
Menu: Configuration -> Integrations
Search for "Linky", add your credentials, click submit, you are done !
Via the configuration file
Add the Linky sensor to your configuration.yaml
file like below:
# Example configuration.yaml entry
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 %}