Skip to content

Commit

Permalink
moved state_value_template to all outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentIO committed Aug 29, 2024
1 parent 89aa20c commit 576780c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/support/mqtt/auto_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ Example auto discovery payload:
},
"command_topic": "FireFly/C999/set",
"state_topic": "FireFly/C999/state",
"state_value_template": "{% if value|int > 0 %}ON{% else %}OFF{% endif %}",
"availability_topic": "FireFly/673be2c4-87cc-41e1-bb4e-96367161b02f/availability"
}
```
Expand Down

0 comments on commit 576780c

Please sign in to comment.