From 14d052d242b2e789517c6b0381ead9f526304e6d Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Wed, 28 Feb 2018 00:16:49 +0100 Subject: [PATCH] Quote services.yaml string (#12763) --- homeassistant/components/light/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/services.yaml b/homeassistant/components/light/services.yaml index bf769aec6fb..44e887e62c4 100644 --- a/homeassistant/components/light/services.yaml +++ b/homeassistant/components/light/services.yaml @@ -178,4 +178,4 @@ xiaomi_miio_set_delayed_turn_off: example: 'light.xiaomi_miio' time_period: description: Time period for the delayed turn off. - example: 5, '0:05', {'minutes': 5} + example: "5, '0:05', {'minutes': 5}"