From 88578d726695a26e555312278fbf367e8420c83b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 18 Apr 2022 19:28:55 -0400 Subject: [PATCH] Removed special event sensors for now --- packages/events.yaml | 68 ++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/packages/events.yaml b/packages/events.yaml index a8120c1..6d09297 100644 --- a/packages/events.yaml +++ b/packages/events.yaml @@ -91,40 +91,40 @@ sensor: {%- endif %} automation: - - id: refresh_special_event_sensors - alias: Refresh special event sensors - initial_state: true - trigger: - - platform: time - at: '00:00:01' - - platform: homeassistant - event: start - action: - - service: python_script.special_events - data: - name: Tony - type: birthday - date: !secret tony_bday - - service: python_script.special_events - data: - name: Tina - type: birthday - date: !secret tina_bday - - service: python_script.special_events - data: - name: Kallen - type: birthday - date: !secret kallen_bday - - service: python_script.special_events - data: - name: Emmalynn - type: birthday - date: !secret emmalynn_bday - - service: python_script.special_events - data: - name: Our Anniversary - type: anniversary - date: !secret wedding_anniversary + # - id: refresh_special_event_sensors + # alias: Refresh special event sensors + # initial_state: true + # trigger: + # - platform: time + # at: '00:00:01' + # - platform: homeassistant + # event: start + # action: + # - service: python_script.special_events + # data: + # name: Tony + # type: birthday + # date: !secret tony_bday + # - service: python_script.special_events + # data: + # name: Tina + # type: birthday + # date: !secret tina_bday + # - service: python_script.special_events + # data: + # name: Kallen + # type: birthday + # date: !secret kallen_bday + # - service: python_script.special_events + # data: + # name: Emmalynn + # type: birthday + # date: !secret emmalynn_bday + # - service: python_script.special_events + # data: + # name: Our Anniversary + # type: anniversary + # date: !secret wedding_anniversary - id: e1cb2d02-0423-11eb-adc1-0242ac120002 alias: School today