initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,26 @@
alias: Clint Asleep
id: automation_clint_asleep
initial_state: 'on'
trigger:
- platform: state
entity_id: input_boolean.clint_in_bed
to: 'on'
for:
minutes: 15
condition:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.clint_is_awake
state: 'on'
- condition: state
entity_id: input_boolean.clint_home
state: 'on'
- condition: time
after: '21:00:00'
before: '04:00:00'
action:
- service: input_boolean.turn_off
entity_id: input_boolean.clint_is_awake