i would like to realize a “good morning”-TTS in morning.
It should ab activated when first person enters kitchen in the morning. I am having a motion sensor (homematic) and would activate it in the morning (after 6 o’clock) . But how can i be sure that it is only one time per day?
Do you have an idea?
- alias: 'Guten Morgen Routine'
trigger:
- platform: state
entity_id: binary_sensor.funkbewegungsmelder_motion
to: on
- platform: time
after: '06:00:00'