I’m bit confused how to manage my problem:
I’ve a input_select with all 7 days option (in italian)
Lunedi
Martedi
Mercoledi
Giovedi
Venerdi
Sabato
Domenica (sunday)
I need an automation that send me a notify (for example alexa tts announce) every week, on the day before the select_input is set, at the 20:00 h.
So if i select Lunedi (monday) , i need an automation that trigger at 20:00 on sunday (domenica) every week.
I’m not sure how to map my days that are in italian language to do this check and compare today with tomorrow-1. Any example how to manage days in HA and automations? Thanks