Turn_off socket

Hi folks,
the socket won’t turn off, why

The socket is not turned off, why

- id: '1611741889596'
  alias: End tablet charging
  description: When 95% turn off
  trigger:
  - platform: numeric_state
    entity_id: sensor.sm_t320_akkufullstand
    above: '95'
  condition: []
  action:
  - type: turn_off
    device_id: 52ce05ed1a1b73fd088185282a5c4e1a
    entity_id: switch.steckdose_03
    domain: switch
  mode: single

Thank you

Does the automation work when you execute it manuall (which skips the trigger and conditions)? Is the automation visible and enabled under Developer Tools -> States? Did the battery go from below 95 to above 95 when you were testing? Do you have any errors under Configuration -> Logs