Moving off smartthings to mqtt and using direct ST integration

This commit is contained in:
Jeffrey Stone
2019-07-22 10:25:17 -04:00
parent 3b98ff21fa
commit 52cc7b5a4a
3 changed files with 21 additions and 31 deletions

View File

@@ -20,16 +20,6 @@
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Table Lamp"
state_topic: "smartthings/Table Lamp/switch"
command_topic: "smartthings/Table Lamp/switch"
brightness_state_topic: "smartthings/Table Lamp/level"
brightness_command_topic: "smartthings/Table Lamp/level"
brightness_scale: 101
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Master Bedroom Lamp"
state_topic: "smartthings/Jeff Lamp/switch"