Relocate input_datetimes to personal files

This commit is contained in:
2023-03-20 18:16:44 -04:00
parent 466726a270
commit a584feff34
4 changed files with 52 additions and 0 deletions

View File

@ -5,6 +5,18 @@ input_boolean:
name: Emma Sleeping name: Emma Sleeping
icon: mdi:sleep icon: mdi:sleep
input_datetime:
emma_bedtime:
name: Emma Bedtime
has_date: false
has_time: true
icon: mdi:fan-auto
emma_wakeup:
name: Emma Wakeup
has_date: false
has_time: true
icon: mdi:fan-off
automation: automation:
- id: 4f01dff7-be22-4850-a05e-1906e3151441 - id: 4f01dff7-be22-4850-a05e-1906e3151441
alias: 'Emma Sleeping' alias: 'Emma Sleeping'

View File

@ -13,6 +13,22 @@ input_boolean:
kallen_awake: kallen_awake:
name: Kallen Awake name: Kallen Awake
icon: mdi:eye-check icon: mdi:eye-check
input_datetime:
kallen_bedtime:
name: Kallen Bedtime
has_date: false
has_time: true
icon: mdi:weather-night
kallen_wakeup_time:
name: Kallen Wake-up Time
has_date: false
has_time: true
icon: mdi:bell-alert
kallen_fan:
name: Kallen Fan
has_date: false
has_time: true
icon: mdi:fan-auto
automation: automation:
- id: 28609544-f768-4ef3-b859-50439e224e01 - id: 28609544-f768-4ef3-b859-50439e224e01

View File

@ -5,6 +5,23 @@ input_boolean:
name: Master Bedroom Sleeping name: Master Bedroom Sleeping
icon: mdi:sleep icon: mdi:sleep
input_datetime:
master_bedroom_cooling:
name: Master Bedroom Cooling
has_date: false
has_time: true
icon: mdi:fan-auto
master_bedroom_fan:
name: Master Bedroom Fan
has_date: false
has_time: true
icon: mdi:fan-auto
master_bedroom_wakeup:
name: Master Bedroom Wakeup
has_date: false
has_time: true
icon: mdi:fan-off
automation: automation:
- id: 09c3d481-11df-459c-9240-d002b9b2ef53 - id: 09c3d481-11df-459c-9240-d002b9b2ef53
alias: 'Master Bedroom Handling' alias: 'Master Bedroom Handling'

View File

@ -5,6 +5,13 @@ input_boolean:
name: Tony Streaming Today name: Tony Streaming Today
icon: mdi:twitch icon: mdi:twitch
input_datetime:
tony_streaming_start_time:
name: Tony Streaming Start Time
has_date: false
has_time: true
icon: mdi:twitch
automation: automation:
- id: 77f33070-4405-41b6-84c4-05b4f3697199 - id: 77f33070-4405-41b6-84c4-05b4f3697199
alias: Tony Stream Today alias: Tony Stream Today