Skip to content

Commit

Permalink
Added force_update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfink authored Jan 31, 2018
1 parent 51f5cd5 commit a01c8e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_components/binary_sensor.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ value_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the payload."
required: false
type: string
force_update:
description: Sends update events even if the value hasn't changed. Useful if you want to have meaningful value graphs in history.
reqired: false
type: boolean
default: False
{% endconfiguration %}


Expand Down

0 comments on commit a01c8e6

Please sign in to comment.