From 8532a671ba286b16eb873d8ef672088dd65532a0 Mon Sep 17 00:00:00 2001 From: Matthew Scoville Date: Fri, 18 Jan 2019 03:05:52 -0500 Subject: [PATCH] Update calendar.google.markdown (#8204) Add in the expected format for the offset to help prevent bugs being entered that it only supports 2 digits (it does but it supports hours) https://github.com/home-assistant/home-assistant/issues/20168 https://github.com/home-assistant/home-assistant/issues/11886 https://github.com/home-assistant/home-assistant/issues/5791 --- source/_components/calendar.google.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/calendar.google.markdown b/source/_components/calendar.google.markdown index f47ee421ac3..cfb94721485 100644 --- a/source/_components/calendar.google.markdown +++ b/source/_components/calendar.google.markdown @@ -129,7 +129,8 @@ entities: offset: description: > A set of characters that precede a number in the event title - for designating a pre-trigger state change on the sensor. + for designating a pre-trigger state change on the sensor. + This should be in the format of HH:MM or MM. required: false type: string default: "!!"