Hi, in my current situation, I have defined a set of user/parameters.
For example, I have input_boolean for turning ON/OFF some companion app notifications. I also have some timers and input_datetime to turn off some of the input_boolean for a period of time.
The number of helpers for each users is only ~6/users for now.
Today, I had to create a new account and realized that its becoming a bit annoying, especially with new features i would like to add down the road.
I stumbled on the custom hacs by snarky-snark or by rogro82 and it looks pretty much what i would need, if I understand correctly.
Then i realized their last commit were dating a few years back.
Has a similar thing been implemented directly in HA?
OR
Is it a valid current way of doing this type of things?
OR
Can we create helpers from a script run by an automation triggered by the creation of a new person?
OR
Is there a better way to do this type of user/parameters setup?
Thanks