From 012c09ce00d1443401e22ccfae9cdd15d193053b Mon Sep 17 00:00:00 2001 From: Aaron Godfrey Date: Sun, 15 Dec 2019 09:47:11 -0800 Subject: [PATCH] Fix example value for Todoist service (#29953) --- homeassistant/components/todoist/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/todoist/services.yaml b/homeassistant/components/todoist/services.yaml index c2d23cc4bec..3382e27693d 100644 --- a/homeassistant/components/todoist/services.yaml +++ b/homeassistant/components/todoist/services.yaml @@ -21,5 +21,5 @@ new_task: example: en due_date: description: The day this task is due, in format YYYY-MM-DD. - example: 2019-10-22 + example: "2019-10-22"