Fix func
This commit is contained in:
parent
087748b5ff
commit
dc656205c4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class CloudClient(Interface):
|
|||
@callback
|
||||
def dispatcher_message(self, identifier: str, data: Any = None) -> None:
|
||||
"""Match cloud notification to dispatcher."""
|
||||
if identifier.startwith("remote_"):
|
||||
if identifier.startswith("remote_"):
|
||||
async_dispatcher_send(self._hass, DISPATCHER_REMOTE_UPDATE, data)
|
||||
|
||||
async def async_alexa_message(
|
||||
|
|
Loading…
Add table
Reference in a new issue