Fixed missing quotes in nursery automation notification
This commit is contained in:
@ -110,7 +110,7 @@ automation:
|
|||||||
entity_id: fan.nursery_air_conditioner
|
entity_id: fan.nursery_air_conditioner
|
||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
data:
|
data:
|
||||||
who: parents
|
who: "parents"
|
||||||
title: Nursery Climate Schedule
|
title: "Nursery Climate Schedule"
|
||||||
message: The air conditioner in the nursery has been activated.
|
message: "The air conditioner in the nursery has been activated."
|
||||||
mode: restart
|
mode: restart
|
Reference in New Issue
Block a user