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
This commit is contained in:
jumpkick 2016-10-10 17:29:54 -04:00 committed by Fabian Affolter
parent b43a263a47
commit a8b1546361

View File

@ -22,8 +22,8 @@ To enable this sensor in your installation, add the following to your `configura
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
platform: neurio_energy platform: neurio_energy
api_key: API_KEY api_key: CLIENT_ID
api_secret: API_SECRET api_secret: CLIENT_SECRET
``` ```
Configuration variables: Configuration variables: