Skip to content

Commit ca1f286

Browse files
bbrendonfabaff
authored andcommitted
Update light.x10.markdown (home-assistant#4312)
name is not optional.
1 parent 105f7a2 commit ca1f286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_components/light.x10.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ light:
2525
- platform: x10
2626
devices:
2727
- id: a2
28+
name: Guest Room
2829
- id: a3
2930
name: Bedroom Lamp
3031
```
3132
3233
Configuration variables:
3334
3435
- **id** (*Required*): Device identifier. Composed of house code and unit id.
35-
- **name** (*Optional*): A friendly name for the device. By default *id* from the device is used.
36+
- **name** (*Required*): A friendly name for the device.

0 commit comments

Comments
 (0)