diff --git a/packages/events.yaml b/packages/events.yaml index 53ae39f..b389e7e 100644 --- a/packages/events.yaml +++ b/packages/events.yaml @@ -268,18 +268,4 @@ script: value_template: > {{ states('input_datetime.school_last_day') == now().strftime("%Y-%m-%d") }} - service: input_boolean.turn_off - entity_id: input_boolean.school_in_session - - class_alarm: - sequence: - - service: script.status_annc - data_template: - who: '{{ states.sensor.room_presence.state }}' - call_interuption: 1 - speech_message: > - {{ class }} starts in two minutes. - - service: script.text_notify - data: - who: 'parents' - message: > - {{ class }} starts in two minutes. \ No newline at end of file + entity_id: input_boolean.school_in_session \ No newline at end of file