Moving zigbee devices around since moving to the sonoff zigbee bridge

This commit is contained in:
Jeffrey Stone
2020-12-12 20:55:40 -05:00
parent 71cab792a3
commit 0624032ea6
5 changed files with 137 additions and 69 deletions

View File

@@ -8,7 +8,7 @@
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/side_door_bulb/38/1/0"
on_command_type: "brightness"
payload_off: 0
payload_off: '0'
# Kitchen
@@ -19,17 +19,17 @@
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/kitchen_cabinets/38/1/0"
on_command_type: "brightness"
payload_off: 0
payload_off: '0'
retain: true
- platform: mqtt
name: "Jeff Lamp"
name: "Kat Lamp"
command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
brightness_command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0"
on_command_type: "brightness"
payload_off: 0
payload_off: '0'
retain: true
@@ -42,5 +42,5 @@
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/theater/38/1/0"
on_command_type: "brightness"
payload_off: 0
payload_off: '0'
retain: true