Skip to content

Commit

Permalink
Update schedules.md (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
f1wade authored Feb 22, 2024
1 parent 86db8eb commit 53f5cc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions www/docs/reference/schedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@ SCHDULES:
REPORT_EVERY: 60
CHANGE_BY: 80
```
An Example to change the battery sensor to update on all changes, including changing the read time to 30s instead of the default 15s.
```yaml
- KEY: "%"
READ_EVERY: 30
REPORT_EVERY: 300
CHANGE_ANY: true
```
you can also use the sensors name 'battery_soc'

0 comments on commit 53f5cc7

Please sign in to comment.