mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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.gateway = gateway
|
||||||
self.number = number
|
self.number = number
|
||||||
|
|
||||||
async def send_message(self, message="", **kwargs):
|
async def async_send_message(self, message="", **kwargs):
|
||||||
"""Send SMS message."""
|
"""Send SMS message."""
|
||||||
smsinfo = {
|
smsinfo = {
|
||||||
"Class": -1,
|
"Class": -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user