Remove 'values' from services validation (#111440)
* Remove 'values' from services validation * Remove extra blank linepull/111791/head
parent
9f8fbb747e
commit
4eb0f86a65
|
@ -29,7 +29,6 @@ CORE_INTEGRATION_FIELD_SCHEMA = vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Optional("example"): exists,
|
vol.Optional("example"): exists,
|
||||||
vol.Optional("default"): exists,
|
vol.Optional("default"): exists,
|
||||||
vol.Optional("values"): exists,
|
|
||||||
vol.Optional("required"): bool,
|
vol.Optional("required"): bool,
|
||||||
vol.Optional("advanced"): bool,
|
vol.Optional("advanced"): bool,
|
||||||
vol.Optional(CONF_SELECTOR): selector.validate_selector,
|
vol.Optional(CONF_SELECTOR): selector.validate_selector,
|
||||||
|
|
Loading…
Reference in New Issue