Moving back to MQTT for smartthings instead of built in integration due to inconsistent behavior
This commit is contained in:
parent
6345996567
commit
37b59428b2
|
@ -4,6 +4,8 @@
|
||||||
command_topic: "smartthings/Tower Lamp/switch"
|
command_topic: "smartthings/Tower Lamp/switch"
|
||||||
brightness_state_topic: "smartthings/Tower Lamp/level"
|
brightness_state_topic: "smartthings/Tower Lamp/level"
|
||||||
brightness_command_topic: "smartthings/Tower Lamp/level"
|
brightness_command_topic: "smartthings/Tower Lamp/level"
|
||||||
|
color_temp_command_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||||
|
color_temp_state_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||||
brightness_scale: 101
|
brightness_scale: 101
|
||||||
payload_on: "on"
|
payload_on: "on"
|
||||||
payload_off: "off"
|
payload_off: "off"
|
||||||
|
@ -28,3 +30,23 @@
|
||||||
payload_on: "on"
|
payload_on: "on"
|
||||||
payload_off: "off"
|
payload_off: "off"
|
||||||
retain: true
|
retain: true
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Master Bedroom Lamp"
|
||||||
|
state_topic: "smartthings/Jeff Lamp/switch"
|
||||||
|
command_topic: "smartthings/Jeff Lamp/switch"
|
||||||
|
brightness_state_topic: "smartthings/Jeff Lamp/level"
|
||||||
|
brightness_command_topic: "smartthings/Jeff Lamp/level"
|
||||||
|
brightness_scale: 101
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
retain: true
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Side Door Light"
|
||||||
|
state_topic: "smartthings/Side Door Light/switch"
|
||||||
|
command_topic: "smartthings/Side Door Light/switch"
|
||||||
|
brightness_state_topic: "smartthings/Side Door Light/level"
|
||||||
|
brightness_command_topic: "smartthings/Side Door Light/level"
|
||||||
|
brightness_scale: 101
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
retain: true
|
Loading…
Reference in New Issue