Zigbee buttons -> switch -slow response time

Hello,

I have Zigbee 4 buttons scenes switch and Zigbee light switch integrated with HA
Everything works great but only thing Im struggling is response time - I need to wait ~1 sec between clicking button and seeing bulb lighting. what sometime is frustrating if you enter to dark room and you are not sure if you switch this or not…

If I do the same via Dashboard click - light is on with no visible delay.

Ive done that via automation - as sown below. Maybe this shoudld be done other way?

PS. LQI for both devices are ~45-50

alias: Switch 1
description: kitchen-switch-1
trigger:
  - platform: device
    domain: mqtt
    device_id: 592ed73b0416175a7c98e2b290f7d5a4
    type: action
    subtype: 1_single
    discovery_id: 0xcc86ecfffe168a98 action_1_single
condition: []
action:
  - type: toggle
    device_id: 246e824bf75742bfca5a45d1cd1a3377
    entity_id: 391cfd6e9d7b29ed8a4d5bb7008ae5a4
    domain: switch
mode: single

obraz

Anyone please?