Fixed missing quotes in nursery automation notification
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user