From 4eb0f86a653c3090c94d07e8a348273fc122d13c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 28 Feb 2024 20:53:03 -0500 Subject: [PATCH] Remove 'values' from services validation (#111440) * Remove 'values' from services validation * Remove extra blank line --- script/hassfest/services.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/hassfest/services.py b/script/hassfest/services.py index 580294705cf..8f59d33830d 100644 --- a/script/hassfest/services.py +++ b/script/hassfest/services.py @@ -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,