Updating Skylar alarms and adding groups
This commit is contained in:
parent
e907a2c861
commit
2dd07f832d
|
@ -78,6 +78,9 @@
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.skylar_dressed_alarm
|
||||||
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- service: script.skylar_dressed_notification
|
- service: script.skylar_dressed_alarm
|
||||||
|
|
19
groups.yaml
19
groups.yaml
|
@ -103,8 +103,10 @@ settings:
|
||||||
view: yes
|
view: yes
|
||||||
icon: mdi:settings
|
icon: mdi:settings
|
||||||
entities:
|
entities:
|
||||||
- group.automations
|
- group.house_notifications
|
||||||
- group.notifications
|
- group.presence_notifications
|
||||||
|
- group.event_notifications
|
||||||
|
- group.skylar_alarms
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
### Grops ###
|
### Grops ###
|
||||||
|
@ -385,3 +387,16 @@ Trash Schedule:
|
||||||
- input_select.trash_pickup
|
- input_select.trash_pickup
|
||||||
- input_select.recycle_pickup
|
- input_select.recycle_pickup
|
||||||
- input_boolean.trash_notification
|
- 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:
|
washer_running:
|
||||||
name: Washer Running
|
name: Washer Running
|
||||||
icon: mdi:speaker-wireless
|
icon: mdi:speaker-wireless
|
||||||
skylar_notifications:
|
skylar_dressed_alarm:
|
||||||
name: Skylar Audible Notifications
|
name: Skylar Dressed Alarm
|
||||||
icon: mdi:speaker-wireless
|
icon: mdi:speaker-wireless
|
|
@ -1,4 +1,4 @@
|
||||||
skylar_dressed_notifications:
|
skylar_dressed_alarm:
|
||||||
sequence:
|
sequence:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.family_status
|
entity_id: sensor.family_status
|
||||||
|
|
Loading…
Reference in New Issue