mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Google Assistant -> Google Actions (#11442)
This commit is contained in:
@ -210,7 +210,7 @@ def async_handle_alexa(hass, cloud, payload):
|
||||
return result
|
||||
|
||||
|
||||
@HANDLERS.register('google_assistant')
|
||||
@HANDLERS.register('google_actions')
|
||||
@asyncio.coroutine
|
||||
def async_handle_google_assistant(hass, cloud, payload):
|
||||
"""Handle an incoming IoT message for Google Assistant."""
|
||||
|
Reference in New Issue
Block a user