From 2a64d3f379aebe630a042eca5c79f49045fd617d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 4 Apr 2024 12:06:27 -0400 Subject: [PATCH] Disable basement briefing if guest mode is on --- automations.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automations.yaml b/automations.yaml index 80df4c8..239c5f3 100644 --- a/automations.yaml +++ b/automations.yaml @@ -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: {}