Disable basement briefing if guest mode is on

This commit is contained in:
2024-04-04 12:06:27 -04:00
parent 6594ab1014
commit 2a64d3f379

View File

@ -4773,6 +4773,10 @@
entity_id: input_boolean.basement_briefing
state: 'off'
alias: Basement briefing has not already run for the day
- condition: state
entity_id: input_boolean.guest_mode
state: 'off'
alias: There are no guests
action:
- service: script.basement_briefing
metadata: {}