Removed special event sensors for now
This commit is contained in:
@ -91,40 +91,40 @@ sensor:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- id: refresh_special_event_sensors
|
# - id: refresh_special_event_sensors
|
||||||
alias: Refresh special event sensors
|
# alias: Refresh special event sensors
|
||||||
initial_state: true
|
# initial_state: true
|
||||||
trigger:
|
# trigger:
|
||||||
- platform: time
|
# - platform: time
|
||||||
at: '00:00:01'
|
# at: '00:00:01'
|
||||||
- platform: homeassistant
|
# - platform: homeassistant
|
||||||
event: start
|
# event: start
|
||||||
action:
|
# action:
|
||||||
- service: python_script.special_events
|
# - service: python_script.special_events
|
||||||
data:
|
# data:
|
||||||
name: Tony
|
# name: Tony
|
||||||
type: birthday
|
# type: birthday
|
||||||
date: !secret tony_bday
|
# date: !secret tony_bday
|
||||||
- service: python_script.special_events
|
# - service: python_script.special_events
|
||||||
data:
|
# data:
|
||||||
name: Tina
|
# name: Tina
|
||||||
type: birthday
|
# type: birthday
|
||||||
date: !secret tina_bday
|
# date: !secret tina_bday
|
||||||
- service: python_script.special_events
|
# - service: python_script.special_events
|
||||||
data:
|
# data:
|
||||||
name: Kallen
|
# name: Kallen
|
||||||
type: birthday
|
# type: birthday
|
||||||
date: !secret kallen_bday
|
# date: !secret kallen_bday
|
||||||
- service: python_script.special_events
|
# - service: python_script.special_events
|
||||||
data:
|
# data:
|
||||||
name: Emmalynn
|
# name: Emmalynn
|
||||||
type: birthday
|
# type: birthday
|
||||||
date: !secret emmalynn_bday
|
# date: !secret emmalynn_bday
|
||||||
- service: python_script.special_events
|
# - service: python_script.special_events
|
||||||
data:
|
# data:
|
||||||
name: Our Anniversary
|
# name: Our Anniversary
|
||||||
type: anniversary
|
# type: anniversary
|
||||||
date: !secret wedding_anniversary
|
# date: !secret wedding_anniversary
|
||||||
|
|
||||||
- id: e1cb2d02-0423-11eb-adc1-0242ac120002
|
- id: e1cb2d02-0423-11eb-adc1-0242ac120002
|
||||||
alias: School today
|
alias: School today
|
||||||
|
Reference in New Issue
Block a user