mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Clarify strings need quotes in Neurio energy (#20527)
This commit is contained in:
parent
b6b1910dfe
commit
d69bd8c24d
@ -19,9 +19,9 @@ 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: CLIENT_ID
|
api_key: "CLIENT_ID"
|
||||||
api_secret: CLIENT_SECRET
|
api_secret: "CLIENT_SECRET"
|
||||||
sensor_id: SENSOR_ID
|
sensor_id: "SENSOR_ID"
|
||||||
```
|
```
|
||||||
|
|
||||||
Two sensors will be created with the following names:
|
Two sensors will be created with the following names:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user