Add some tests to the cloud component (#11460)
This commit is contained in:
parent
35f35050ff
commit
b7c7041873
3 changed files with 62 additions and 3 deletions
|
@ -212,8 +212,8 @@ def async_handle_alexa(hass, cloud, payload):
|
|||
|
||||
@HANDLERS.register('google_actions')
|
||||
@asyncio.coroutine
|
||||
def async_handle_google_assistant(hass, cloud, payload):
|
||||
"""Handle an incoming IoT message for Google Assistant."""
|
||||
def async_handle_google_actions(hass, cloud, payload):
|
||||
"""Handle an incoming IoT message for Google Actions."""
|
||||
result = yield from ga.async_handle_message(hass, cloud.gass_config,
|
||||
payload)
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue