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