mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
||||
sensor:
|
||||
platform: neurio_energy
|
||||
api_key: CLIENT_ID
|
||||
api_secret: CLIENT_SECRET
|
||||
sensor_id: SENSOR_ID
|
||||
api_key: "CLIENT_ID"
|
||||
api_secret: "CLIENT_SECRET"
|
||||
sensor_id: "SENSOR_ID"
|
||||
```
|
||||
|
||||
Two sensors will be created with the following names:
|
||||
|
Loading…
x
Reference in New Issue
Block a user