mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
output:
|
output:
|
||||||
description: "Light source ([OUTPUT_PORT](/components/lcn#ports))."
|
description: "Light source ([OUTPUT_PORT](/components/lcn#ports), [RELAY_PORT](/components/lcn#ports))."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
dimmable:
|
dimmable:
|
||||||
description: Enable the dimming feature for this light
|
description: Enable the dimming feature for this light.
|
||||||
required: false
|
required: false
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
@ -155,3 +155,4 @@ The platforms and service calls use several predefined constants as parameters.
|
|||||||
| Constant | Values |
|
| Constant | Values |
|
||||||
| -------- | ------ |
|
| -------- | ------ |
|
||||||
| OUTPUT_PORT | `output1`, `output2`, `output3`, `output4` |
|
| 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:
|
The `lcn` light platform allows the control of the following [LCN](http://www.lcn.eu) ports:
|
||||||
|
|
||||||
- (Dimmable) output ports
|
- (Dimmable) output ports
|
||||||
|
- Relays
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user