Sorted out spelling issue #575

This commit is contained in:
ccostan
2020-04-07 14:12:13 -04:00
parent 25a9b8755c
commit 683c4cac3a
6 changed files with 9 additions and 6 deletions

View File

@@ -95,14 +95,14 @@ sensor:
scan_interval: 43200
- platform: rest
name: Mother's Day Countdown
name: Mothers Countdown
resource: !secret wolframalpha_mothersday_api
value_template: "{{ (value|replace(' days', '')) | int }}"
unit_of_measurement: Days
scan_interval: 43200
- platform: rest
name: Father's Day Countdown
name: Fathers Countdown
resource: !secret wolframalpha_fathersday_api
value_template: "{{ (value|replace(' days', '')) | int }}"
unit_of_measurement: Days