Skip to content

Commit

Permalink
fix(notify): rename send_message with prefix async_
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Sep 2, 2019
1 parent fac356d commit 243d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/notify.py
Expand Up @@ -118,7 +118,7 @@ def devices(self):
['entities']['media_player'].values())
return devices

async def send_message(self, message="", **kwargs):
async def async_send_message(self, message="", **kwargs):
"""Send a message to a Alexa device."""
_LOGGER.debug("Message: %s, kwargs: %s",
message,
Expand Down

0 comments on commit 243d485

Please sign in to comment.