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:
parent
b43a263a47
commit
a8b1546361
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue