Anyone experienced a problem with the alert component and getting all of the notifications all at once? I have a Twilio SMS notifier set up (through a notification group) to alert me at intervals per the documentation, but when the notification goes off I get ALL of the notifications at once (i.e. 6 text messages). What am I doing wrong here?
diana_temp_alert:
name: "Warning: I have detected a problem with the tank temperature"
entity_id: binary_sensor.tank_temperature_status
state: 'on'
repeat:
- 5
- 10
- 15
- 30
- 60
- 120
can_acknowledge: true
skip_first: true
notifiers:
- house_phones_sms