From 2dd07f832d4b38a20642ed9f334afa7dfa75cb5d Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 6 Mar 2018 20:15:04 -0500 Subject: [PATCH] Updating Skylar alarms and adding groups --- automation/events.yaml | 5 ++++- groups.yaml | 19 +++++++++++++++++-- input_boolean.yaml | 4 ++-- scripts/skylar_dressed_notifications.yaml | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/automation/events.yaml b/automation/events.yaml index 5f848ab..af7c17f 100644 --- a/automation/events.yaml +++ b/automation/events.yaml @@ -78,6 +78,9 @@ - condition: state entity_id: input_boolean.guest_mode state: 'off' + - condition: state + entity_id: input_boolean.skylar_dressed_alarm + state: 'on' action: - - service: script.skylar_dressed_notification + - service: script.skylar_dressed_alarm \ No newline at end of file diff --git a/groups.yaml b/groups.yaml index d04fbdc..3737d1d 100644 --- a/groups.yaml +++ b/groups.yaml @@ -103,8 +103,10 @@ settings: view: yes icon: mdi:settings entities: - - group.automations - - group.notifications + - group.house_notifications + - group.presence_notifications + - group.event_notifications + - group.skylar_alarms ################################################################################# ### Grops ### @@ -385,3 +387,16 @@ Trash Schedule: - input_select.trash_pickup - input_select.recycle_pickup - input_boolean.trash_notification + +House Notifications: + - input_boolean.audible_notifications + +Skylar Alarms: + - input_boolean.skylar_dressed_alarm + +Presence Notifications: + - input_boolean.text_notify_jeff + - input_boolean.text_notify_kat + +Event Notifications: + - input_boolean.trash_notification \ No newline at end of file diff --git a/input_boolean.yaml b/input_boolean.yaml index 478e326..5572032 100644 --- a/input_boolean.yaml +++ b/input_boolean.yaml @@ -72,6 +72,6 @@ washer_notification: washer_running: name: Washer Running icon: mdi:speaker-wireless -skylar_notifications: - name: Skylar Audible Notifications +skylar_dressed_alarm: + name: Skylar Dressed Alarm icon: mdi:speaker-wireless \ No newline at end of file diff --git a/scripts/skylar_dressed_notifications.yaml b/scripts/skylar_dressed_notifications.yaml index 3cba9bb..b0569b1 100644 --- a/scripts/skylar_dressed_notifications.yaml +++ b/scripts/skylar_dressed_notifications.yaml @@ -1,4 +1,4 @@ -skylar_dressed_notifications: +skylar_dressed_alarm: sequence: - condition: state entity_id: sensor.family_status