mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix func
This commit is contained in:
parent
ff6b86b5a8
commit
aa81819683
@ -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…
x
Reference in New Issue
Block a user