Home Assistant: Difference between revisions
Modernize automation syntax |
|||
Line 454: | Line 454: | ||
actions = [ | actions = [ | ||
{ | { | ||
action = "notify.notify"; | |||
data = { | data = { | ||
message = "Some Notification"; | message = "Some Notification"; | ||
Line 460: | Line 460: | ||
} | } | ||
{ | { | ||
action = "siren.turn_on"; | |||
entity_id = "siren.someid"; | entity_id = "siren.someid"; | ||
} | } |