Franck Nijhof bb1fe0ff88
Sync config flow with codebase (#11660)
* Sync config flow with codebase

* Corrected sync with release
2020-01-07 16:25:50 +01:00

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