diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/input_number.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/input_number.yaml b/custom/input_number.yaml index 2d7ec1c..9054fe0 100644 --- a/custom/input_number.yaml +++ b/custom/input_number.yaml @@ -40,3 +40,8 @@ max: 10.0 step: 1.0 initial: 0.0 + living_lighting: + min: 1.0 + max: 5.0 + step: 1.0 + initial: 1.0 |