I’d like to create a configuration where I can select ONE or MORE days for an automation.
input_select:
day_for_irrigation:
name: Irrigation
options:
- monday
- tuesday
- wednesday
- thursday
- friday
- saturday
- sunday
Is there a way to have a multiselect (maybe with a custom card) to select a combination of days?
For example i can select Monday and Thursday for my automation. But next week i’d like to change config (example bad weather) and select only a day… To avoid modify yaml using PC… but trough UI so all members famity can do it in frontend.