diff --git a/custom_components/alexa_media/notify.py b/custom_components/alexa_media/notify.py index 2cb61e4c..82def120 100644 --- a/custom_components/alexa_media/notify.py +++ b/custom_components/alexa_media/notify.py @@ -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,