Use voluptuous for time/date sensors (#2799)
* Use voluptuous for time/date sensors * Extend platform * Remove additional checks
This commit is contained in:
parent
1c140de0dc
commit
dab5a78f88
3 changed files with 35 additions and 25 deletions
|
@ -25,10 +25,11 @@ CONF_ALIAS = 'alias'
|
|||
CONF_API_KEY = 'api_key'
|
||||
CONF_BEFORE = 'before'
|
||||
CONF_BELOW = 'below'
|
||||
CONF_CONDITION = 'condition'
|
||||
CONF_CODE = 'code'
|
||||
CONF_CONDITION = 'condition'
|
||||
CONF_CUSTOMIZE = 'customize'
|
||||
CONF_DISARM_AFTER_TRIGGER = 'disarm_after_trigger'
|
||||
CONF_DISPLAY_OPTIONS = 'display_options'
|
||||
CONF_ELEVATION = 'elevation'
|
||||
CONF_ENTITY_ID = 'entity_id'
|
||||
CONF_ENTITY_NAMESPACE = 'entity_namespace'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue