From e7ff99d6c8288afc1740c21a0fc30052aab07353 Mon Sep 17 00:00:00 2001 From: Baptiste Lecocq Date: Mon, 24 Sep 2018 06:30:14 +0000 Subject: [PATCH] Add linky component page (#6346) * Add linky component page * Minor changes --- source/_components/sensor.linky.markdown | 41 ++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 source/_components/sensor.linky.markdown diff --git a/source/_components/sensor.linky.markdown b/source/_components/sensor.linky.markdown new file mode 100644 index 00000000000..00a236deded --- /dev/null +++ b/source/_components/sensor.linky.markdown @@ -0,0 +1,41 @@ +--- +layout: page +title: "Linky Sensor" +description: "Instructions on how to integrate Linky daily data within Home Assistant." +date: 2018-09-06 08:35 +sidebar: true +comments: false +sharing: true +footer: true +logo: home-assistant.png +ha_release: 0.79 +ha_category: Energy +ha_iot_class: "Cloud Polling" +--- + + +The `linky` sensor platform is showing the last day consumption of your home from the [Linky electric meter](https://www.enedis.fr/english). + +## {% linkable_title Configuration %} + +To add the Linky sensor to your installation, add your Enedis account credentials to your `configuration.yaml` file: + +```yaml +# 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 %} +