Adding trigger based template to a templates.yaml file?

trigger:   <----- remove this line
  - trigger: <----- keep this line
    - platform: mqtt
      topic: "birdnet"
    - platform: time
      at: "00:00:00"
      id: reset
    sensor: 
      - unique_id: new-sequence-12345678

From the documentation:

1 Like