Add fixture for KL60 (#52)

This commit is contained in:
Teemu R
2020-04-26 17:44:16 +02:00
committed by GitHub
parent 51af7809ec
commit c6d76836d7
4 changed files with 105 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ BULB_SCHEMA = PLUG_SCHEMA.extend(
"dft_on_state": Optional(
{
"brightness": All(int, Range(min=0, max=100)),
"color_temp": All(int, Range(min=2700, max=9000)),
"color_temp": All(int, Range(min=2000, max=9000)),
"hue": All(int, Range(min=0, max=255)),
"mode": str,
"saturation": All(int, Range(min=0, max=255)),