diff --git a/www/docs/reference/schedules.md b/www/docs/reference/schedules.md index eada76db..7e2e418d 100644 --- a/www/docs/reference/schedules.md +++ b/www/docs/reference/schedules.md @@ -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'