Added info about force_update in REST sensor (#4161)
This commit is contained in:
parent
88851079c2
commit
71e8eea88b
1 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,11 @@ json_attributes:
|
||||||
description: A list of keys to extract values from a JSON dictionary result and then set as sensor attributes.
|
description: A list of keys to extract values from a JSON dictionary result and then set as sensor attributes.
|
||||||
reqired: false
|
reqired: false
|
||||||
type: list, string
|
type: list, 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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue