From 1ea933cc6a7643e92c38ff078d164f4fc8189e2e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 15 Jan 2022 04:09:21 -0500 Subject: [PATCH] Added anniversary and birthday countdown sensors, for my sanity ;) --- configuration.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 9e3c221..a875a3b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -70,3 +70,16 @@ updater: browser_mod: python_script: + +anniversaries: + sensors: + - name: Wedding Anniversary + date: !secret wedding_anniversary + - name: Tony's Birthday + date: !secret tony_bday + - name: Tina's Birthday + date: !secret tina_bday + - name: Kallen's Birthday + date: !secret kallen_bday + - name: Emmalynn's Birthday + date: !secret emmalynn_bday