mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update greeneye_monitor docs with breaking change. (#7976)
* Update greeneye_monitor docs with breaking change. * Update to keep pace with changes in the main PR
This commit is contained in:
parent
c76db449f7
commit
d735c5d385
@ -22,7 +22,7 @@ Configure your GEM(s) to produce binary-format packets (for example, "Bin32 NET"
|
|||||||
greeneye_monitor:
|
greeneye_monitor:
|
||||||
port: 8000
|
port: 8000
|
||||||
monitors:
|
monitors:
|
||||||
- serial_number: YOUR_SERIAL_NUMBER
|
- serial_number: "YOUR_SERIAL_NUMBER"
|
||||||
channels:
|
channels:
|
||||||
- number: 1
|
- number: 1
|
||||||
name: total_power
|
name: total_power
|
||||||
@ -53,9 +53,9 @@ monitors:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
serial_number:
|
serial_number:
|
||||||
description: The last five digits (omitting leading zeroes) of your GEM serial number.
|
description: Your 8-digit GEM serial number, as it appears in the UI.
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: string
|
||||||
channels:
|
channels:
|
||||||
description: The list of channels that should appear in Home Assistant for this monitor. Data from other channels will be ignored.
|
description: The list of channels that should appear in Home Assistant for this monitor. Data from other channels will be ignored.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user