We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cefbab commit f5b26d2Copy full SHA for f5b26d2
readme.md
@@ -441,7 +441,7 @@ entities:
441
- entity: sensor.temperature_in_celsius
442
filters:
443
- store_var: myVar # stores the datapoints inside `vars.myVar`
444
- - load_var: myVar # sets the datapoint from `vars.myVar`
+ - load_var: myVar # loads the datapoints from `vars.myVar`
445
446
# The filters below will only be applied to numeric values. Missing (unavailable) and non-numerics will be left untouched
447
- add: 5 # adds 5 to each datapoint
0 commit comments