From a8b1546361034a2446c5d3b53bf077851280700c Mon Sep 17 00:00:00 2001 From: jumpkick Date: Mon, 10 Oct 2016 17:29:54 -0400 Subject: [PATCH] Update sensor.neurio_energy.markdown (#1208) API_KEY and API_SECRET are labeled as "Client ID" and "Client Secret" respectively on the Neurio Register App page --- source/_components/sensor.neurio_energy.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.neurio_energy.markdown b/source/_components/sensor.neurio_energy.markdown index 5fea433c7e6..ddf96919a3f 100644 --- a/source/_components/sensor.neurio_energy.markdown +++ b/source/_components/sensor.neurio_energy.markdown @@ -22,8 +22,8 @@ To enable this sensor in your installation, add the following to your `configura # Example configuration.yaml entry sensor: platform: neurio_energy - api_key: API_KEY - api_secret: API_SECRET + api_key: CLIENT_ID + api_secret: CLIENT_SECRET ``` Configuration variables: