mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Simplify customize (#6007)
* Simplify customize * Maintain glob order * Have glob overrule domain
This commit is contained in:
@@ -77,6 +77,8 @@ CONF_COMMAND_STOP = 'command_stop'
|
||||
CONF_CONDITION = 'condition'
|
||||
CONF_COVERS = 'covers'
|
||||
CONF_CUSTOMIZE = 'customize'
|
||||
CONF_CUSTOMIZE_DOMAIN = 'customize_domain'
|
||||
CONF_CUSTOMIZE_GLOB = 'customize_glob'
|
||||
CONF_DEVICE = 'device'
|
||||
CONF_DEVICE_CLASS = 'device_class'
|
||||
CONF_DEVICES = 'devices'
|
||||
|
||||
Reference in New Issue
Block a user