mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Preserve customize glob order. (#6963)
* Preserve customize glob order. * add tests
This commit is contained in:
@@ -108,7 +108,7 @@ CUSTOMIZE_CONFIG_SCHEMA = vol.Schema({
|
||||
vol.Optional(CONF_CUSTOMIZE_DOMAIN, default={}):
|
||||
vol.Schema({cv.string: dict}),
|
||||
vol.Optional(CONF_CUSTOMIZE_GLOB, default={}):
|
||||
vol.Schema({cv.string: dict}),
|
||||
cv.ordered_dict(OrderedDict, cv.string),
|
||||
})
|
||||
|
||||
CORE_CONFIG_SCHEMA = CUSTOMIZE_CONFIG_SCHEMA.extend({
|
||||
|
||||
Reference in New Issue
Block a user