From f9fde7f7a1dcc38e1322b9179ecaad66aaf6d6f7 Mon Sep 17 00:00:00 2001 From: Oscar Calvo <2091582+ocalvo@users.noreply.github.com> Date: Tue, 21 Sep 2021 01:07:14 -0700 Subject: [PATCH] Support unicode in SMS messages (#56468) --- homeassistant/components/sms/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sms/notify.py b/homeassistant/components/sms/notify.py index 04964c15878..1bd3c60b9b9 100644 --- a/homeassistant/components/sms/notify.py +++ b/homeassistant/components/sms/notify.py @@ -46,7 +46,7 @@ class SMSNotificationService(BaseNotificationService): """Send SMS message.""" smsinfo = { "Class": -1, - "Unicode": False, + "Unicode": True, "Entries": [{"ID": "ConcatenatedTextLong", "Buffer": message}], } try: