mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix sync/async override in sms (#37621)
This commit is contained in:
parent
aeb0504c1c
commit
d0632ab636
@ -42,7 +42,7 @@ class SMSNotificationService(BaseNotificationService):
|
||||
self.gateway = gateway
|
||||
self.number = number
|
||||
|
||||
async def send_message(self, message="", **kwargs):
|
||||
async def async_send_message(self, message="", **kwargs):
|
||||
"""Send SMS message."""
|
||||
smsinfo = {
|
||||
"Class": -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user