Updated documentation for relay ports for LCN light platform (#7977)

This commit is contained in:
Andre Lengwenus 2019-01-20 14:56:35 +01:00 committed by Martin Hjelmare
parent 3a4cfd61ad
commit f4806bf06a
2 changed files with 4 additions and 2 deletions

View File

@ -100,11 +100,11 @@ lights:
required: true
type: string
output:
description: "Light source ([OUTPUT_PORT](/components/lcn#ports))."
description: "Light source ([OUTPUT_PORT](/components/lcn#ports), [RELAY_PORT](/components/lcn#ports))."
required: true
type: string
dimmable:
description: Enable the dimming feature for this light
description: Enable the dimming feature for this light.
required: false
type: bool
default: false
@ -155,3 +155,4 @@ The platforms and service calls use several predefined constants as parameters.
| Constant | Values |
| -------- | ------ |
| OUTPUT_PORT | `output1`, `output2`, `output3`, `output4` |
| RELAY_PORT | `relay1`, `relay2`, `relay3`, `relay4`, `relay5`, `relay6`, `relay7`, `relay8` |

View File

@ -16,6 +16,7 @@ ha_iot_class: "Local Push"
The `lcn` light platform allows the control of the following [LCN](http://www.lcn.eu) ports:
- (Dimmable) output ports
- Relays
## {% linkable_title Configuration %}