1.3 KiB

title, description, ha_release, ha_category, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain
title description ha_release ha_category ha_iot_class ha_config_flow ha_codeowners ha_domain
Enedis Linky Instructions on how to integrate Linky consumption data within Home Assistant. 0.79
Energy
Sensor
Cloud Polling true
@Quentame
linky

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 %}