mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update Neurio documentation (#15328)
This commit is contained in:
parent
29b977bdcc
commit
74b5919488
@ -19,6 +19,7 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
Two sensors will be created with the following names:
|
Two sensors will be created with the following names:
|
||||||
@ -36,7 +37,7 @@ api_secret:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
sensor_id:
|
sensor_id:
|
||||||
description: The sensor ID will be auto-detected but can be set if you have more then one sensor.
|
description: "The sensor ID, a hex number as shown on the [PWRView webpage](https://mypwrview.generac.com/#settings/sensors), e.g., `0x0000XXXXXXXXXXXX`."
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user