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 Franck Nijhof
parent 6a38afe6b4
commit e3715cfd32

View File

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