Automation help: Why won't my threshold automation trigger?

It’s the correct information but it is unformatted so it’s difficult to read.

Instructions

  1. Display the automation’s latest trace.
  2. In the upper righthand corner is an icon with three dots.
  3. Click it and you will be presented with the following menu:


4. Click “Download trace”
5. It will create a file that ends with .json. Open the file and copy-paste its contents in your forum reply.
6. Before the first line of the trace, add three backticks and the word json

7. After the last line of the trace, add three backticks.

After you click the “Reply” button, the trace will look something like this:

{
  "trace": {
    "last_step": "action/1",
    "run_id": "8f212b7b81c273be290130432e891b40",
    "state": "stopped",
    "script_execution": "aborted",
    "timestamp": {
      "start": "2026-02-01T12:50:10.516321+00:00",
      "finish": "2026-02-01T12:50:10.520228+00:00"
    },
    "domain": "automation",
    "item_id": "upb_scene_morning_interior",
    "trigger": "event 'upb.scene_changed'",
    "trace": {
      "trigger/1": [
        {
... etc ...