From 97854f4a3cee9faa819a9f59fbfd314c7fe3e474 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Wed, 12 Apr 2017 22:18:33 +0100 Subject: [PATCH] Add RGB strip --- light.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/light.yaml b/light.yaml index 580309e..3f889a1 100644 --- a/light.yaml +++ b/light.yaml @@ -3,3 +3,14 @@ state_topic: 'den/light1/state' command_topic: 'den/light1/command' optimistic: false + +- platform: mqtt + name: 'Bedroom RGB Strip' + state_topic: 'bed/rgb1/light/status' + command_topic: 'bed/rgb1/light/switch' + brightness_state_topic: 'bed/rgb1/brightness/status' + brightness_command_topic: 'bed/rgb1/brightness/set' + rgb_state_topic: 'bed/rgb1/rgb/status' + rgb_command_topic: 'bed/rgb1/rgb/set' + brightness_scale: 100 + optimistic: false