From c9c4cab5840838403a5a9eba2e3f73b72d791f81 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 14 Apr 2022 20:59:34 -0400 Subject: [PATCH] Added alerts --- packages/alerts.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/alerts.yaml diff --git a/packages/alerts.yaml b/packages/alerts.yaml new file mode 100644 index 0000000..9483fbd --- /dev/null +++ b/packages/alerts.yaml @@ -0,0 +1,15 @@ +alert: + furnace_room_light: + name: Furnace Room light has been left on + done_message: Thank you for turning off the furnace room light! + entity_id: light.furnace_room_overhead + state: "on" + repeat: + - 30 + - 30 + - 60 + can_acknowledge: false + skip_first: true + notifiers: + - tv_notifications + - ios_parents \ No newline at end of file