Google Assistant -> Google Actions (#11442)

This commit is contained in:
Paulus Schoutsen 2018-01-03 17:26:58 -08:00 committed by GitHub
parent 4512a972d1
commit 2cf5acdfd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."""