From f4806bf06a145c9118e432cbce46fd7cc50c690a Mon Sep 17 00:00:00 2001 From: Andre Lengwenus Date: Sun, 20 Jan 2019 14:56:35 +0100 Subject: [PATCH] Updated documentation for relay ports for LCN light platform (#7977) --- source/_components/lcn.markdown | 5 +++-- source/_components/light.lcn.markdown | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_components/lcn.markdown b/source/_components/lcn.markdown index e5130a00d84..5f92a5f5639 100644 --- a/source/_components/lcn.markdown +++ b/source/_components/lcn.markdown @@ -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` | diff --git a/source/_components/light.lcn.markdown b/source/_components/light.lcn.markdown index 501b20091b2..8519bd6ffb6 100644 --- a/source/_components/light.lcn.markdown +++ b/source/_components/light.lcn.markdown @@ -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 %}