diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:53:04 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:53:04 +0400 |
commit | 55eb3bb27039986acb4fb82f94132169d221b95f (patch) | |
tree | 86c04f9132380f63d0796b4faf68148aeec0d6ce /custom | |
parent | 062041ee31251e5e8f175f0e7baaee71a2f05709 (diff) | |
download | hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.gz hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.bz2 hass-55eb3bb27039986acb4fb82f94132169d221b95f.tar.xz hass-55eb3bb27039986acb4fb82f94132169d221b95f.zip |
Pre-register lighting scenes of living room (for future use)
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 |