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: []