From 6ea098ea8199107502b741dc5432d427fad5df95 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 10 Apr 2020 01:38:39 +0200 Subject: [PATCH] Add expected format for offset in title (#12785) Added the expected format for offset in event title to help prevent mistakes --- source/_integrations/caldav.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/caldav.markdown b/source/_integrations/caldav.markdown index e15962d2029..e5d2bdc6009 100644 --- a/source/_integrations/caldav.markdown +++ b/source/_integrations/caldav.markdown @@ -106,7 +106,7 @@ custom_calendars: ### Sensor attributes - - **offset_reached**: If set in the event title and parsed out will be on/off once the offset in the title in minutes is reached. So the title Very important meeting !!-10 would trigger this attribute to be on 10 minutes before the event starts. + - **offset_reached**: If set in the event title and parsed out will be on/off once the offset in the title in minutes is reached. So the title Very important meeting !!-10 would trigger this attribute to be on 10 minutes before the event starts. This should be in the format of `HH:MM` or `MM`. - **all_day**: `True/False` if this is an all day event. Will be `False` if there is no event found. - **message**: The event title with the `search` values extracted. So in the above example for `offset_reached` the message would be set to Very important meeting - **description**: The event description.