2019-04-03 10:16:08 -07:00

996 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_release ha_category ha_iot_class redirect_from
page Linky Sensor Instructions on how to integrate Linky daily data within Home Assistant. 2018-09-06 08:35 true false true true enedis.png 0.79 Energy Cloud Polling
/components/sensor.linky/

The linky sensor platform is showing the last day consumption of your home from the Linky electric meter.

{% linkable_title Configuration %}

To add the Linky sensor to your installation, add your Enedis account credentials to your configuration.yaml file:

# 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 {% endconfiguration %}