From a5c18a83c9090915e6cebc0a9cc1ee382e35e864 Mon Sep 17 00:00:00 2001 From: 53Industries <74923945+53Industries@users.noreply.github.com> Date: Wed, 12 May 2021 01:43:49 -0600 Subject: [PATCH] Update method of sending Images. (#17805) Co-authored-by: Franck Nijhof --- source/_integrations/twilio_sms.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/twilio_sms.markdown b/source/_integrations/twilio_sms.markdown index 88e8706b96d..c566d87c07f 100644 --- a/source/_integrations/twilio_sms.markdown +++ b/source/_integrations/twilio_sms.markdown @@ -59,5 +59,6 @@ automation: - '+14151234567' - '+15105555555' data: - - media_url: 'https://www.home-assistant.io/images/supported_brands/home-assistant.png' + media_url: + - "https://www.home-assistant.io/images/supported_brands/home-assistant.png" ```