Fix voluptuous alexa config (#3596)

This commit is contained in:
Paulus Schoutsen 2016-09-29 18:45:55 -07:00 committed by GitHub
parent 01435f7f42
commit 733120c577
2 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,7 @@ CONFIG_SCHEMA = vol.Schema({
}
}
}
})
}, extra=vol.ALLOW_EXTRA)
def setup(hass, config):

View File

@ -41,6 +41,8 @@ def setUpModule(): # pylint: disable=invalid-name
hass.services.register('test', 'alexa', lambda call: calls.append(call))
bootstrap.setup_component(hass, alexa.DOMAIN, {
# Key is here to verify we allow other keys in config too
'homeassistant': {},
'alexa': {
'intents': {
'WhereAreWeIntent': {