Add nap alarm clocks for all bedrooms

This commit is contained in:
2023-07-25 13:29:18 -04:00
parent 440f45db41
commit c9bfe6782c
4 changed files with 25 additions and 1 deletions

Submodule node-red/projects/NerdFlows updated: b93c6dabef...3826fb7435

View File

@ -16,6 +16,9 @@ input_boolean:
emma_tylenol:
name: Emma Tylenol
icon: mdi:medical-bag
emma_alarm_clock:
name: Emma Alarm Clock
icon: mdi:alarm
input_datetime:
emma_bedtime:
@ -49,6 +52,11 @@ input_datetime:
has_date: true
has_time: true
icon: mdi:medical-bag
emma_alarm_clock:
name: Emma Alarm Clock
has_date: false
has_time: true
icon: mdi:alarm
automation:
- id: 4f01dff7-be22-4850-a05e-1906e3151441

View File

@ -22,6 +22,9 @@ input_boolean:
kallen_night_meds_taken:
name: Kallen Night Meds Taken
icon: mdi:medical-bag
kallen_alarm_clock:
name: Kallen Alarm Clock
icon: mdi:alarm
input_datetime:
kallen_bedtime:
@ -59,6 +62,11 @@ input_datetime:
has_date: false
has_time: true
icon: mdi:medical-bag
kallen_alarm_clock:
name: Kallen Alarm Clock
has_date: false
has_time: true
icon: mdi:alarm
automation:
- id: 67fbdb66-b94b-4351-86de-a388d601e93c

View File

@ -4,6 +4,9 @@ input_boolean:
master_bedroom_sleeping:
name: Master Bedroom Sleeping
icon: mdi:sleep
master_bedroom_alarm_clock:
name: Master Bedroom Alarm Clock
icon: mdi:alarm
input_datetime:
master_bedroom_cooling:
@ -21,6 +24,11 @@ input_datetime:
has_date: false
has_time: true
icon: mdi:fan-off
master_bedroom_alarm_clock:
name: Master Bedroom Alarm Clock
has_date: false
has_time: true
icon: mdi:alarm
automation:
- id: 09c3d481-11df-459c-9240-d002b9b2ef53