mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-02 16:26:50 +00:00

* Add Linky sensors : yesterday + months + years * ✏️ Tweak * 🔥 Removed monitored_conditions * 🔥 Removed tip * ✏️ Reverted comment in example
1.2 KiB
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 |
|
Cloud Polling |
|
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 %}