Remove 'values' from services validation (#111440)
* Remove 'values' from services validation * Remove extra blank line
This commit is contained in:
parent
9f8fbb747e
commit
4eb0f86a65
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ CORE_INTEGRATION_FIELD_SCHEMA = vol.Schema(
|
|||
{
|
||||
vol.Optional("example"): exists,
|
||||
vol.Optional("default"): exists,
|
||||
vol.Optional("values"): exists,
|
||||
vol.Optional("required"): bool,
|
||||
vol.Optional("advanced"): bool,
|
||||
vol.Optional(CONF_SELECTOR): selector.validate_selector,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue