Skip to content

Commit

Permalink
update mqtt light
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Jun 8, 2024
1 parent 1eb1961 commit 95f7f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,11 @@
brightness_command_topic: "zigbee2mqtt/master_bed_strip_zb_1/set/brightness"
xy_state_topic: "zigbee2mqtt/master_bed_strip_zb_1"
xy_command_topic: "zigbee2mqtt/master_bed_strip_zb_1/set"
color_temp_state_topic: "zigbee2mqtt/master_bed_strip_zb_1"
color_temp_command_topic: "zigbee2mqtt/master_bed_strip_zb_1/set/color_temp"
# color_temp_state_topic: "zigbee2mqtt/master_bed_strip_zb_1"
# color_temp_command_topic: "zigbee2mqtt/master_bed_strip_zb_1/set/color_temp"
state_value_template: "{{ value_json.state }}"
brightness_value_template: "{{ value_json.brightness }}"
color_temp_value_template: "{{ value_json.color_temp }}"
# color_temp_value_template: "{{ value_json.color_temp }}"
xy_value_template: "{{ value_json.color.x }},{{ value_json.color.y }}"
xy_command_template: '{"color": {"x": {{ x }}, "y": {{ y }}}}'
qos: 0
Expand Down

0 comments on commit 95f7f62

Please sign in to comment.