From e30125eee2fb83af1bcd80f848ccbe0778ccd9a9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 2 Oct 2022 17:06:27 -0400 Subject: [PATCH] Fixed missing quotes in nursery automation notification --- packages/climate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/climate.yaml b/packages/climate.yaml index ab17b35..b4cfa84 100644 --- a/packages/climate.yaml +++ b/packages/climate.yaml @@ -110,7 +110,7 @@ automation: 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. + who: "parents" + title: "Nursery Climate Schedule" + message: "The air conditioner in the nursery has been activated." mode: restart \ No newline at end of file