mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Updated documentation for relay ports for LCN light platform (#7977)
This commit is contained in:
parent
3a4cfd61ad
commit
f4806bf06a
@ -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` |
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user