My automations started creating notifications

noticed that Im getting spammed with notifications about switches turned on and off since the december update. Apparently I missed something, is it by design? Can it be handled?

this automation creates a notification:

alias: _switch torktumlare OFF
description: ""
mode: single
triggers:
  - entity_id:
      - sensor.torktumlare_power
    for:
      hours: 0
      minutes: 5
      seconds: 0
    below: 3
    trigger: numeric_state
conditions:
  - condition: state
    entity_id: switch.torktumlare_template
    state: "on"
actions:
  - data: {}
    target:
      entity_id: switch.torktumlare_template
    action: switch.turn_off

It maybe triggers a notification, but doesn’t create it.
Look for automations actually sending notifications.

Or are you asking why this specific automation has ran?

found it, was a well hidden automation