From b02bb74462d0ca84e2bc2e1da11e85688e0de0cf Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 22 Jul 2019 10:03:27 -0400 Subject: [PATCH] Moved a cree connected bulb to Skylar's lamp --- lights/skylars_room.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lights/skylars_room.yaml diff --git a/lights/skylars_room.yaml b/lights/skylars_room.yaml new file mode 100644 index 0000000..9a597fd --- /dev/null +++ b/lights/skylars_room.yaml @@ -0,0 +1,10 @@ +- platform: mqtt + name: "Skylars Lamp" + state_topic: "smartthings/Skylars Lamp/switch" + command_topic: "smartthings/Skylars Lamp/switch" + brightness_state_topic: "smartthings/Skylars Lamp/level" + brightness_command_topic: "smartthings/Skylars Lamp/level" + brightness_scale: 101 + payload_on: "on" + payload_off: "off" + retain: true \ No newline at end of file