Can somebody help me please. I need to add an alert on a specific date/time and announce a notification on the speaker:
At 6:30 AM on 22-Sep-2022 <===== how do I do this???
- service: tts.say
data:
entity_id: media_player.693_speaker
message: "Reminder: bring Hydo to Hyundai service for her first maintenance schedule".
Thanks in advance.