Dim light at night

Hi, since almost the beginning of my home automation adventure ( almost 10 years ago ) I have a Night-Mode. One of the many thing he does is to open all the light dim it to like 10% and then close the light

This way wen i open a light at night it’s dim. and when the Night-Mode end my light come back to normal. My issue is now i have a little baby and it wake her every time the light turn on for setup.

I’m planing to setup exception and different time so it won’t affect her but i was wondering if there is just a simple thing i can do so every light entities open automatically at 10% at night without me having to turn on and off the light to setup de brightness

Thanks

Not a good solution but I’m using this for my setup:

trigger: when light turns on
action: set brightness to 10% (resp. 100%) based on sun.sun condition.

Cons:
light will on 100% and dim (or the other way around but less of an issue)
automation for every light (script can be used but trigger mechanism will be duplicated)

Pro: Do not on/dim/off light unnecessary.