mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
10 lines
338 B
YAML
10 lines
338 B
YAML
- 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 |