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
6a38afe6b4
commit
e3715cfd32
@ -22,7 +22,7 @@ Configure your GEM(s) to produce binary-format packets (for example, "Bin32 NET"
|
||||
greeneye_monitor:
|
||||
port: 8000
|
||||
monitors:
|
||||
- serial_number: YOUR_SERIAL_NUMBER
|
||||
- serial_number: "YOUR_SERIAL_NUMBER"
|
||||
channels:
|
||||
- number: 1
|
||||
name: total_power
|
||||
@ -53,9 +53,9 @@ monitors:
|
||||
type: list
|
||||
keys:
|
||||
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
|
||||
type: integer
|
||||
type: string
|
||||
channels:
|
||||
description: The list of channels that should appear in Home Assistant for this monitor. Data from other channels will be ignored.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user