mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **id** (*Required*): Device identifier. Composed of house code and unit id.
|
||||
- **name** (*Required*): A friendly name for the device.
|
||||
{% configuration %}
|
||||
devices:
|
||||
description: A list of devices.
|
||||
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