From 6d0f715812765dc8ea5431167047903a81dd4443 Mon Sep 17 00:00:00 2001 From: Steve Scott <36101200+thewishy@users.noreply.github.com> Date: Fri, 28 Dec 2018 20:45:09 +0000 Subject: [PATCH] Clarified offset for workday sensor (#7967) * Clarified offset Added indication of direction for offset. It look a little experimentation to work this out, so suspect this will help others * Minor change --- source/_components/binary_sensor.workday.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.workday.markdown b/source/_components/binary_sensor.workday.markdown index 1427b7e0ad4..7a7716d3086 100644 --- a/source/_components/binary_sensor.workday.markdown +++ b/source/_components/binary_sensor.workday.markdown @@ -65,7 +65,7 @@ excludes: type: list default: "[sat, sun, holiday]" days_offset: - description: Set days offset. + description: Set days offset (e.g., -1 for yesterday, 1 for tomorrow). required: false type: integer default: 0