Skip to content

Commit bc5082c

Browse files
Update readme
1 parent 5cc658a commit bc5082c

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
@@ -10,7 +10,7 @@ Periodic Min/Max Helpers for Home Assistant
1010

1111
The helpers record the minimum or maximum of a sensor until manually reset via the reset action. The value is maintained through HA restarts.
1212

13-
An attribute `last_modified` is available to check when the min or max was really changed, this attribute does not update on HA restarts giving you an accurate indication on when the new min or max was hit. This can be useful for using as a trigger on an automation or for comparing via a template for a daily update.
13+
A `last_modified` attribute is available to check when the min or max was really changed, this attribute does not update on HA restarts giving you an accurate indication on when the new min or max was hit. This can be useful for using as a trigger on an automation or for comparing via a template for a daily update.
1414

1515
## Example use cases
1616

0 commit comments

Comments
 (0)