Skip to content

Commit f5b26d2

Browse files
authored
Update readme.md
1 parent 4cefbab commit f5b26d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ entities:
441441
- entity: sensor.temperature_in_celsius
442442
filters:
443443
- store_var: myVar # stores the datapoints inside `vars.myVar`
444-
- load_var: myVar # sets the datapoint from `vars.myVar`
444+
- load_var: myVar # loads the datapoints from `vars.myVar`
445445

446446
# The filters below will only be applied to numeric values. Missing (unavailable) and non-numerics will be left untouched
447447
- add: 5 # adds 5 to each datapoint

0 commit comments

Comments
 (0)