-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
The request
Configuration reloading card under Server Control panel is currently missing a bunch of things since a lot more reload services have been added lately. Here are some not currently on the card:
input_boolean.reload
input_datetime.reload
input_number.reload
input_select.reload
input_text.reload
frontend.reload_themes
person.reload
python_script.reload
timer.reload
zone.reload
Although it doesn't necessarily require a redesigned card to add these, the current style of every button on a seperate line would result in a very tall height (included an image at the bottom). So here is an idea I had to accommodate these:
Chips with multi-select would allow adding all of the various services while still keeping the card a reasonable size. Even with everything added, it would be shorter than it currently is. An added benefit is that you can reload multiple things at once. So if you make a brand new automation that has an input boolean you could do them both at the same time.
The alternatives
Alternative would be to keep the existing style but just add everything to it, which would result in a super tall card. Below is a mockup of that, and it's missing stuff like Reload Zones which was just added recently (so it'd become even taller over time).

