From 66b7781a865ccd7cd82518730ea4ea4a0cf49130 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Sep 2016 14:30:23 +0200 Subject: [PATCH] Update identifier --- source/_components/light.x10.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/light.x10.markdown b/source/_components/light.x10.markdown index 8f041c94c16..11f1b6cff48 100644 --- a/source/_components/light.x10.markdown +++ b/source/_components/light.x10.markdown @@ -23,7 +23,7 @@ To enable those lights, add the following lines to your `configuration.yaml` fil # Example configuration.yaml entry light: - platform: x10 - lights: + devices: - name: Living Room Lamp id: a2 - name: Bedroom Lamp @@ -32,5 +32,5 @@ light: Configuration variables: -- **id** (*Required*): Device identifier. Composed of house code + unit id. +- **id** (*Required*): Device identifier. Composed of house code und unit id. - **name** (*Optional*): A friendly name for the device. By default *id* from the device is used.