mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Added info about force_update in REST sensor (#4161)
This commit is contained in:
parent
88851079c2
commit
71e8eea88b
@ -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…
x
Reference in New Issue
Block a user