Add basement briefing #193

This commit is contained in:
2024-03-29 19:05:24 -04:00
parent b5457a21e1
commit 6cb6e2ef07
5 changed files with 105 additions and 0 deletions

View File

@ -4776,3 +4776,25 @@
alias: Set time night meds were taken
mode: parallel
max: 4
- id: '1711657679853'
alias: Basement Briefing
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.basement_studio_motion
from: 'off'
to: 'on'
id: motion-on
alias: Motion is detected in the basement
condition:
- condition: state
entity_id: input_boolean.basement_briefing
state: 'off'
alias: Basement briefing has not already run for the day
action:
- service: script.basement_briefing
metadata: {}
data: {}
alias: Run basement briefing script
mode: single