Update HA automation broken

Hello

Home Assistant 2023.4.0
Frontend-versie: 20230405.0 - latest

After update my docker some of my script’s generating a error.
The weird thing is it’s only related to Zigbee not my Zwave devices
Nothing is changed to my script or devices just update HA.
I got this error below but i looks to me that the switch still works

The script i use is to reflect the button state on a “hotel switch”

alias: Wissel1_Living_Eetsplaats
description: ""
trigger:
  - platform: state
    entity_id: switch.schakelaar_living_l1
condition:
  - condition: template
    value_template: "{{ states('switch.schakelaar_eetplaats_l2') != trigger.to_state.state }}"
action:
  - service: switch.turn_{{ trigger.to_state.state }}
    target:
      entity_id: switch.schakelaar_eetplaats_l2
mode: single

The error i get is this one “device using an unknown service”

Thx