Hi, @ronnieSVK—thanks so much for your kind words!
And for whatever it’s worth, while I totally understand your use case—and I also have an idea in the next paragraph that may be able to help with that!—I’m also slightly hesitant to add a secondary brightness slider for 0–255 if only because the script already has tons of options, and I just feel that with each additional field that I were to add, the script might become a bit more daunting to newcomers?
All the same, I also have an idea that I think may be able to resolve your use case: I believe that you can achieve what you describe if you were to add an input-number helper within your Home Assistant instance? And if by chance you might be new to that sort of thing, here’re the steps for that if it may be of interest—
- Within your Home Assistant instance, go to Settings → Devices & services.
- Then click on the “Helpers” tab (across the top).
- From there, click on “Create Helper” (at the bottom right)
- Then select “Number”.
- And then on the next screen, you might enter values such as these:
- Name: “Extra-low brightness”
- Icon: [anything that you’d like]
- Minimum value: 1
- Maximum value: 5
- Display mode: slider
- Step size: 1
- Unit of measurement: “brightness”
(And all together, that might look something like this:)
-
And then click “Create”.
-
After you’ve created it, you should then see an entry for “Extra-low brightness” (or whichever name you’ve given it) within the list of items on the “Helpers” tab.
-
Lastly, I’d recommend clicking on that “Extra-low brightness” entry and then setting its slider’s value to “1” (if it isn’t already set to that value).
From here, if you then open to the automation where you’re calling Ashley’s Light Fader, you can then make use of that entity by entering its name within the ”Use an entity instead for the end-brightness value?” field and then setting the “The end-brightness entity’s brightness scale” field to “0 to 255”:
And with that in place, I think that that should hopefully do what you need. And if you might have any questions along the way, feel free to reply here, and I’ll be happy to chime in!