Hello,
Since the last update to 1.116 ( or 1.115) i’m experiencing a delay in the binary sensors i’m using to switch some light through HA.
It consists of a KNX push button that is configured in HA as a binary sensor like this:
- state_address: '1/0/3'
name: 'Drukknop salon'
sync_state: false
The automation i use to toggle the light is as follows:
- id: '1581539891805'
alias: Licht salon aan knx test
description: ''
trigger:
- entity_id: binary_sensor.drukknop_salon
platform: state
to: 'on'
- platform: state
entity_id: binary_sensor.drukknop_salon
to: 'off'
condition: []
action:
- entity_id: light.hue_ambiance_lamp_2
service: light.toggle
mode: single
Now when i press the push button it takes around 1-2 seconds to toggle the light. Before it was instant like my native KNX buttons and lights.
Is this something other people are also experiencing?
I’m considering downgrading to test if it is really due to the update but wanted to know if maybe other’s are also having the issue before redoing my config…