From cc969b49ae18bf2807e4eb1a5f0d60a3a886e12f Mon Sep 17 00:00:00 2001 From: Alan Bowman Date: Sat, 10 Oct 2015 19:06:35 +0100 Subject: [PATCH] Correct configuration description --- source/components/light.blinksticklight.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/light.blinksticklight.markdown b/source/components/light.blinksticklight.markdown index 39aef811f71..4ba32af055e 100644 --- a/source/components/light.blinksticklight.markdown +++ b/source/components/light.blinksticklight.markdown @@ -18,11 +18,11 @@ To add blinkstick to your installation, add the following to your `configuration # Example configuration.yaml entry light: platform: blinksticklight - serial: /dev/ttyUSB0 + serial: BS000795-1.1 name: Living Room ``` Configuration variables: -- **serial** (*Required*): The port where your stick is connected to. +- **serial** (*Required*): The serial number of your stick. - **name** (*Required*): Name of the stick.