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:
Jonathan Keljo 2019-01-22 03:17:53 -08:00 committed by Paulus Schoutsen
parent c76db449f7
commit d735c5d385

View File

@ -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