From ca1f2868e02503eea52dd64fee7bf02dc46177b1 Mon Sep 17 00:00:00 2001 From: Brendon Baumgartner Date: Wed, 3 Jan 2018 12:04:45 -0800 Subject: [PATCH] Update light.x10.markdown (#4312) name is not optional. --- source/_components/light.x10.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/light.x10.markdown b/source/_components/light.x10.markdown index 7e0a52fd58a..b79a8814413 100644 --- a/source/_components/light.x10.markdown +++ b/source/_components/light.x10.markdown @@ -25,6 +25,7 @@ light: - platform: x10 devices: - id: a2 + name: Guest Room - id: a3 name: Bedroom Lamp ``` @@ -32,4 +33,4 @@ light: Configuration variables: - **id** (*Required*): Device identifier. Composed of house code and unit id. -- **name** (*Optional*): A friendly name for the device. By default *id* from the device is used. +- **name** (*Required*): A friendly name for the device.