Force updating value / KNX binary sensor

Hi all,

i recently switched to Hass.io and i currently implementing my home automation.
Now I am struggling with my KNX binary sensor. It is sending only a “true” value (by design). After the next execution the value is not triggered by Homeassistant ( i guess the value is unchanged and therefor not executed). Is there any “force_update” value?

Thanks,

Stefan

There’s a homeassistant.update_entity service.


and the KNX Binary sensor has reset_after option

Maybe this helps.