mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Google Assistant -> Google Actions (#11442)
This commit is contained in:
parent
4512a972d1
commit
2cf5acdfd2
@ -210,7 +210,7 @@ def async_handle_alexa(hass, cloud, payload):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
@HANDLERS.register('google_assistant')
|
@HANDLERS.register('google_actions')
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def async_handle_google_assistant(hass, cloud, payload):
|
def async_handle_google_assistant(hass, cloud, payload):
|
||||||
"""Handle an incoming IoT message for Google Assistant."""
|
"""Handle an incoming IoT message for Google Assistant."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user