mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Merge pull request #1758 from turbokongen/patch-1
We need to allow extra keys on top level componenet config
This commit is contained in:
commit
b3bad10dab
@ -65,7 +65,7 @@ CONFIG_SCHEMA = vol.Schema({
|
||||
vol.Optional(ATTR_DEBUG, default=False): cv.boolean,
|
||||
vol.Optional(ATTR_DUMMY, default=False): cv.boolean,
|
||||
}),
|
||||
})
|
||||
}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
|
Loading…
x
Reference in New Issue
Block a user