mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Update x10 light component configuration (#6942)
This commit is contained in:
parent
e2e638a2bb
commit
3b0fe784f8
@ -30,7 +30,18 @@ light:
|
|||||||
name: Bedroom Lamp
|
name: Bedroom Lamp
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
devices:
|
||||||
- **id** (*Required*): Device identifier. Composed of house code and unit id.
|
description: A list of devices.
|
||||||
- **name** (*Required*): A friendly name for the device.
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
id:
|
||||||
|
description: Device identifier. Composed of house code and unit id.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: A friendly name for the device.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user