Fix tests

This commit is contained in:
jbouwh 2025-04-13 18:44:59 +00:00
parent b517198773
commit d306762e63

View File

@ -561,7 +561,7 @@ PLATFORM_ENTITY_FIELDS = {
exclude_from_reconfig=True, exclude_from_reconfig=True,
), ),
CONF_COLOR_TEMP_KELVIN: PlatformField( CONF_COLOR_TEMP_KELVIN: PlatformField(
selector=Selector(), selector=BOOLEAN_SELECTOR,
required=True, required=True,
validator=bool, validator=bool,
default=True, default=True,