core/homeassistant/components/alert
PeteRager 5ccbac5ff6
Fix alert infinite loop on repeat interval of 0 (#52628)
* #4851 - Infinite loop on repeat interval of 0

Notification will enter an infinite loop when the repeat interval is specified as zero and it is the last repeat configured.  When this occurs avoid the infinite loop and log a warning message.  Note: I encountered this issue when routing SMS to Twilio and quickly sent thousands of text messages.

* Update __init__.py

* Remove runtime check since configuration input is now blocked

* Tweak comment

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-07-20 20:23:22 +02:00
..
__init__.py Fix alert infinite loop on repeat interval of 0 (#52628) 2021-07-20 20:23:22 +02:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
reproduce_state.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
services.yaml Extend targets for entity component services (#50760) 2021-05-17 14:06:50 +02:00