From 6a69d766d7822c8087742bf3c21762ed280fc7b9 Mon Sep 17 00:00:00 2001 From: Eric Hosford Date: Tue, 9 Jan 2018 03:13:54 -0500 Subject: [PATCH] Added quotes to target numbers (#4378) This preserves the E164 formatting if the automation is edited in the configuration editor. --- source/_components/notify.twilio_sms.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/notify.twilio_sms.markdown b/source/_components/notify.twilio_sms.markdown index 1e35c14866e..ec5002258ce 100644 --- a/source/_components/notify.twilio_sms.markdown +++ b/source/_components/notify.twilio_sms.markdown @@ -47,6 +47,6 @@ automation: data: message: 'The sun has set' target: - - +14151234567 - - +15105555555 + - '+14151234567' + - '+15105555555' ```