From 8171597885a8bf050912787748dffeeb1a765497 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 10 Nov 2025 09:31:47 -0500 Subject: [PATCH] conditions and advanced target --- parabolic_alarm.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/parabolic_alarm.yaml b/parabolic_alarm.yaml index 13c81ee..4439c3f 100644 --- a/parabolic_alarm.yaml +++ b/parabolic_alarm.yaml @@ -2,7 +2,6 @@ blueprint: name: Parabolic Alarm Automation description: Turn a light on based on a start time, whether it is a workday and whether a person is home. This is to match the sunrise and allow for a natural wake up. domain: automation - condition: input: pre_action: name: 🎮 Pre Script Action @@ -181,12 +180,6 @@ trigger: entity_id: !input alarm_start_time offset: !input offset_from_start_time condition: - - condition: state - entity_id: !input workday_sensor - state: "on" - - condition: state - entity_id: !input person_sensor - state: "home" action: - choose: - conditions: []