Moving back to MQTT for smartthings instead of built in integration due to inconsistent behavior

This commit is contained in:
Jeffrey Stone 2019-07-11 07:29:21 -04:00
parent 6345996567
commit 37b59428b2
1 changed files with 22 additions and 0 deletions

View File

@ -4,6 +4,8 @@
command_topic: "smartthings/Tower Lamp/switch"
brightness_state_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
payload_on: "on"
payload_off: "off"
@ -27,4 +29,24 @@
brightness_scale: 101
payload_on: "on"
payload_off: "off"
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