Quentame 2f25f8e6cf Add Linky sensors : yesterday + months + years (#9422)
* Add Linky sensors : yesterday + months + years

* ✏️ Tweak

* 🔥 Removed monitored_conditions

* 🔥 Removed tip

* ✏️ Reverted comment in example
2019-06-18 23:15:17 +02:00

1.2 KiB

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 consumption data within Home Assistant. 2018-09-06 08:35 true false true true enedis.png 0.79
Energy
Sensor
Cloud Polling
/components/sensor.linky/

The linky sensor platform is retrieving the consumption of your home from the Linky electric meter.

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