Skip to content

Commit

Permalink
Fix FanLinc speed payload command (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooshee authored and TD22057 committed Jan 3, 2020
1 parent 6f5b417 commit cecafa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ mqtt:
# json = the input payload converted to json. Use json.VAR to extract
# a variable from a json payload.
fan_speed_set_topic: 'insteon/{{address}}/fan/speed/set'
fan_speed_set_payload: '{ "cmd" : "{{value.lower}}" }'
fan_speed_set_payload: '{ "cmd" : "{{value.lower()}}" }'

#------------------------------------------------------------------------
# Keypad Linc
Expand Down

0 comments on commit cecafa2

Please sign in to comment.