mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 07:35:08 +02:00
Fix voluptuous alexa config (#3596)
This commit is contained in:
@@ -63,7 +63,7 @@ CONFIG_SCHEMA = vol.Schema({
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
|
@@ -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': {
|
||||
|
Reference in New Issue
Block a user