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,20 @@
alias: 'Tess Location Update'
id: automation_tess_location_update
mode: restart
trigger:
# I've moved
- platform: state
entity_id:
- input_select.tess_status_dropdown
- input_boolean.tess_home
condition:
- condition: template
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
- condition: state
entity_id: script.tess_travel_sensor
state: 'off'
action:
- service: script.turn_on
entity_id: script.tess_travel_sensor