From a06543f023c3e857eb4dd392f87b7f34a2c0acd6 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 1 Oct 2022 20:05:38 -0400 Subject: [PATCH] Nursery climate schedule now notifies when run --- packages/climate.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/climate.yaml b/packages/climate.yaml index b154523..ab17b35 100644 --- a/packages/climate.yaml +++ b/packages/climate.yaml @@ -108,4 +108,9 @@ automation: - service: fan.turn_on target: entity_id: fan.nursery_air_conditioner + - service: script.text_notify + data: + who: parents + title: Nursery Climate Schedule + message: The air conditioner in the nursery has been activated. mode: restart \ No newline at end of file