mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Support unicode in SMS messages (#56468)
This commit is contained in:
parent
097fae0348
commit
f9fde7f7a1
@ -46,7 +46,7 @@ class SMSNotificationService(BaseNotificationService):
|
||||
"""Send SMS message."""
|
||||
smsinfo = {
|
||||
"Class": -1,
|
||||
"Unicode": False,
|
||||
"Unicode": True,
|
||||
"Entries": [{"ID": "ConcatenatedTextLong", "Buffer": message}],
|
||||
}
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user