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