I have an automation that runs daily at 22:30 to turn on this script: The script uses the Alexa-Media-Player available from HACS: Make sure it runs in a location where Alexa’s response wont disturb you.
daily_forgetting:
alias: daily_forgetting
sequence:
- service: media_player.play_media
data:
entity_id: media_player.breakfast_room
media_content_id: 'Delete everything I said today'
media_content_type: custom
# wait for Alexa to request confirmation
- delay: '00:00:09'
# confirmation
- service: media_player.play_media
data:
entity_id: media_player.breakfast_room
media_content_id: 'yes'
media_content_type: custom