Updating Skylar alarms and adding groups
This commit is contained in:
parent
e907a2c861
commit
2dd07f832d
|
@ -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
|
||||
|
19
groups.yaml
19
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
|
|
@ -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
|
|
@ -1,4 +1,4 @@
|
|||
skylar_dressed_notifications:
|
||||
skylar_dressed_alarm:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: sensor.family_status
|
||||
|
|
Loading…
Reference in New Issue