mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix tests
This commit is contained in:
parent
b517198773
commit
d306762e63
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user