Adding KL400L10(US)_1.0_1.0.10 fixture (#1539)
Some checks failed
Stale / stale (push) Has been cancelled
CI / Perform linting checks (3.13) (push) Has been cancelled
CodeQL checks / Analyze (python) (push) Has been cancelled
CI / Python 3.11 on macos-latest (push) Has been cancelled
CI / Python 3.12 on macos-latest (push) Has been cancelled
CI / Python 3.13 on macos-latest (push) Has been cancelled
CI / Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Python 3.12 on ubuntu-latest (push) Has been cancelled
CI / Python 3.13 on ubuntu-latest (push) Has been cancelled
CI / Python 3.11 on windows-latest (push) Has been cancelled
CI / Python 3.12 on windows-latest (push) Has been cancelled
CI / Python 3.13 on windows-latest (push) Has been cancelled

Adding KL400L10(US)_1.0_1.0.10 fixture

---------

Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
This commit is contained in:
mjbohr
2025-06-01 14:26:34 -04:00
committed by GitHub
parent a0e4976c89
commit e21ab90e96
5 changed files with 149 additions and 2 deletions

View File

@@ -277,6 +277,7 @@ LIGHT_STATE_SCHEMA = Schema(
"saturation": All(int, Range(min=0, max=100)),
"length": Optional(int),
"transition": Optional(int),
"groups": Optional(list[int]),
"dft_on_state": Optional(
{
"brightness": All(int, Range(min=0, max=100)),