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,28 @@
initial_state: 'off'
alias: 'clint home after work'
id: automation_home_after_work
trigger:
platform: state
entity_id: device_tracker.pixel_7
to: 'home'
for:
minutes: 10
condition:
condition: and
conditions:
- condition: state
entity_id: input_boolean.notify_clint_work
state: 'on'
- condition: or
conditions:
- condition: time
after: '15:00:00'
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: homeassistant.turn_off
entity_id: automation.clint_home_after_work