Wall panel somthing wrong with sensors

Hi, I’m using wall panel on some phones & tablets at home
and there is something wrong with some automation I’m trying to do:
the purpose of the automation is to make the led’s on when someone is coming at night to the kitche, BUT when I just turn the lights of the leds turns on, even not even close to the kitchen (same problems withe several similar automation with wall panel)
for ex:

- id: '1643487585736'
  alias: Kitchen night lights
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 3e8a23e427c3da3992fa0708d9d93251
    entity_id: binary_sensor.mywallkitchen_motion_detected
    domain: binary_sensor
  condition:
  - condition: device
    type: is_off
    device_id: 041960b0924702197c0a049508eb7b24
    entity_id: switch.kitchen_ceiling
    domain: switch
    for:
      hours: 0
      minutes: 0
      seconds: 6
  action:
  - type: turn_on
    device_id: 6963c82b986a0135592c9e060a1d9d84
    entity_id: light.right_led_level_on_off
    domain: light
  - type: turn_on
    device_id: 9eefef8ba5376af68aafcd8a94207778
    entity_id: light.left_led_level_on_off
    domain: light
  mode: single