Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/_components/lcn.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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` |
1 change: 1 addition & 0 deletions source/_components/light.lcn.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down