Home Assistant: Difference between revisions

Modernize automation syntax
Line 454: Line 454:
           actions = [
           actions = [
             {
             {
               ation = "notify.notify";
               action = "notify.notify";
               data = {
               data = {
                 message = "Some Notification";
                 message = "Some Notification";
Line 460: Line 460:
             }
             }
             {
             {
               service = "siren.turn_on";
               action = "siren.turn_on";
               entity_id = "siren.someid";
               entity_id = "siren.someid";
             }
             }