From a0ef4a36a932838a40f6e40bb5932e48175269a2 Mon Sep 17 00:00:00 2001 From: DrZzs Date: Fri, 8 Mar 2019 12:34:57 -0700 Subject: [PATCH] extra " after message was messing up the format (#8869) --- source/_docs/ecosystem/ios/notifications/attachments.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/ios/notifications/attachments.markdown b/source/_docs/ecosystem/ios/notifications/attachments.markdown index 73c8887f9e1..9bd56ae0633 100644 --- a/source/_docs/ecosystem/ios/notifications/attachments.markdown +++ b/source/_docs/ecosystem/ios/notifications/attachments.markdown @@ -23,7 +23,7 @@ To expand a notification on 3D Touch devices simply force touch any notification action: service: notify.ios_robbies_iphone_7_plus data: - message: "Something happened at home!"" + message: "Something happened at home!" data: attachment: url: "https://github.com/home-assistant/home-assistant-assets/blob/master/logo-round-192x192.png?raw=true"