From 3c640ba1503f309d8aadfcf8908eabb352a810e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Oct 2015 10:15:30 +0200 Subject: [PATCH] UPdate configuration sample --- source/components/light.blinkstick.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/light.blinkstick.markdown b/source/components/light.blinkstick.markdown index 1a5e6565fa9..39aef811f71 100644 --- a/source/components/light.blinkstick.markdown +++ b/source/components/light.blinkstick.markdown @@ -17,7 +17,7 @@ To add blinkstick to your installation, add the following to your `configuration ```yaml # Example configuration.yaml entry light: - platform: blinkstick + platform: blinksticklight serial: /dev/ttyUSB0 name: Living Room ```