mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
956 B
956 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_release | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
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 |
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 %}