mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-18 11:56:44 +00:00
Moved a cree connected bulb to Skylar's lamp
This commit is contained in:
10
lights/skylars_room.yaml
Normal file
10
lights/skylars_room.yaml
Normal 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
|
Reference in New Issue
Block a user