Moved a cree connected bulb to Skylar's lamp

This commit is contained in:
Jeffrey Stone 2019-07-22 10:03:27 -04:00
parent 350a83b32a
commit b02bb74462
1 changed files with 10 additions and 0 deletions

10
lights/skylars_room.yaml Normal file
View File

@ -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