Implements ability to trigger flow alerts even if already triggered

This commit is contained in:
Simone Mainardi 2020-12-30 13:08:55 +01:00
parent 56a4c999a3
commit e3eda6e082
4 changed files with 46 additions and 29 deletions

View file

@ -22,6 +22,7 @@ alert_flow_new_api_demo.meta = {
alert_key = alert_keys.user.alert_user_02,
i18n_title = "New Flow API Demo",
icon = "fas fa-exclamation",
status_always_notify = true, -- Optional, if true, a notification is always emitted even when the status is not predominant or every time flow.triggerStatus is called
}
-- ##############################################