From 66b8ec0459ea966ec1378fe27eccc41740cc3a56 Mon Sep 17 00:00:00 2001 From: Quentame Date: Tue, 3 Sep 2019 13:23:14 +0200 Subject: [PATCH 1/2] Add config flow to linky --- source/_components/linky.markdown | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/source/_components/linky.markdown b/source/_components/linky.markdown index 980899bf8f5f..d2ee25ac443d 100644 --- a/source/_components/linky.markdown +++ b/source/_components/linky.markdown @@ -13,17 +13,26 @@ redirect_from: The `linky` sensor platform is retrieving the consumption of your home from the [Linky electric meter](https://www.enedis.fr/linky-compteur-communicant). -## Configuration +## Setup the integration -First, you need to create an Enedis account [here](https://espace-client-connexion.enedis.fr/auth/UI/Login?realm=particuliers), if you don't have already one. +You need to create an Enedis account [here](https://espace-client-connexion.enedis.fr/auth/UI/Login?realm=particuliers) if you don't have one already. -And then, add the Linky sensor to your `configuration.yaml` file like below: + +### Via the frontend + +Menu: *Configuration* -> *Integrations* + +Search for "Linky", add your credentials, click submit, you are done ! + + +### Via the configuration file + +Add the Linky sensor to your `configuration.yaml` file like below: ```yaml # Example configuration.yaml entry -sensor: - - platform: linky - username: YOUR_LINKY_USERNAME +linky: + - username: YOUR_LINKY_USERNAME password: YOUR_LINKY_PASSWORD ``` From aef319ceb08917bbb957260acdd54f34849c6236 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 4 Sep 2019 10:11:40 +0200 Subject: [PATCH 2/2] :pencil2: Tweak --- source/_components/linky.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/linky.markdown b/source/_components/linky.markdown index d2ee25ac443d..99225fc18ae7 100644 --- a/source/_components/linky.markdown +++ b/source/_components/linky.markdown @@ -17,14 +17,12 @@ The `linky` sensor platform is retrieving the consumption of your home from the You need to create an Enedis account [here](https://espace-client-connexion.enedis.fr/auth/UI/Login?realm=particuliers) if you don't have one already. - ### Via the frontend Menu: *Configuration* -> *Integrations* Search for "Linky", add your credentials, click submit, you are done ! - ### Via the configuration file Add the Linky sensor to your `configuration.yaml` file like below: