Would be great to have a fixed/configurable selector for Blueprints in either a radio or dropdown style. The automation itself would obviously need to run its own logic on the input, but this would enable some powerful options for blueprints. This cannot be achieved with booleans as they are not necessarily exclusive, whereas radio/dropdown are.
Examples:
Time of day selection [“Night time”,“Day time”,“Any time”] would map to [“sunset - sunrise”,“sunrise - sunset”,“00:00:00 - 23:59:59”]
Would provide trigger logic for matching against input_select entities in HA - E.g. when input_select.home_mode matches the selection from radio/dropdown.