Skip to content

Commit

Permalink
fix(hass): command template of fan dimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 20, 2021
1 parent d98fd7e commit 0d0fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hass/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const FAN_DIMMER = {
object_id: 'dimmer',
values: ['38-0-currentValue', '38-0-targetValue'],
discovery_payload: {
command_topic: '38-0-currentValue',
command_topic: '38-0-targetValue',
speed_command_topic: '38-0-targetValue',
speed_state_topic: '38-0-currentValue',
state_topic: '38-0-currentValue',
Expand Down

0 comments on commit 0d0fbd6

Please sign in to comment.