Remove 'values' from services validation (#111440)

* Remove 'values' from services validation

* Remove extra blank line
pull/111791/head
Paulus Schoutsen 2024-02-28 20:53:03 -05:00 committed by GitHub
parent 9f8fbb747e
commit 4eb0f86a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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,