Additional update for FATHER'S Day #288.

This commit is contained in:
ccostan
2019-10-06 14:18:00 -04:00
parent a3d03fa158
commit e59c99a4b7
3 changed files with 21 additions and 0 deletions

View File

@@ -90,6 +90,13 @@ sensor:
value_template: "{{ (value|replace(' days', '')) | int }}"
unit_of_measurement: Days
scan_interval: 43200
- platform: rest
name: Father's Day Countdown
resource: !secret wolframalpha_fathersday_api
value_template: "{{ (value|replace(' days', '')) | int }}"
unit_of_measurement: Days
scan_interval: 43200
###############################################################################
# Automation that notifies of a Holiday "state" change
###############################################################################