Alexa to not use customize for entity config (#11461)

* Alexa to not use customize for entity config

* Test Alexa entity config

* Improve tests

* Fix test
This commit is contained in:
Paulus Schoutsen 2018-01-05 12:33:22 -08:00 committed by GitHub
parent 71fb7a6ef6
commit 8b57777ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 140 additions and 57 deletions

View file

@ -214,7 +214,7 @@ def async_handle_alexa(hass, cloud, payload):
@asyncio.coroutine
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,
result = yield from ga.async_handle_message(hass, cloud.gactions_config,
payload)
return result