From 52fd64a1623c1dc52d05bd8e7635f319e5baa6d1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 18 Dec 2023 03:01:27 +0100 Subject: [PATCH] [alarm] Added `dismiss_interval` configuration. --- .../panels/Entities/Alarm/AlarmEditor.vue | 42 +++++++++++++++++-- platypush/entities/alarm.py | 1 + platypush/plugins/alarm/__init__.py | 41 ++++++++++++++---- platypush/plugins/alarm/_model.py | 41 ++++++++++++++---- platypush/plugins/media/vlc/__init__.py | 5 ++- 5 files changed, 110 insertions(+), 20 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue index 1b5e4472..bacb7c8a 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Alarm/AlarmEditor.vue @@ -138,8 +138,8 @@
- How long the interval should be paused after being triggered and - snoozed. + How long the alarm should be paused after being triggered and + manually snoozed. @@ -150,6 +150,26 @@ +
+
+ +
+ + + How long the alarm should run before being automatically dismissed. + + +
+ +
+ +
+
+