Tasmota Sonoff status update (physical button press)

Hi there,

I have several Sonoff devices flashed with latest Tasmota build. I would like to see status changes when I press the button for e.g. ( physical)on my Sonoff T1 2CH touch , via Home Assistant gui or via Apple Home app.

I am able to switch on and off both channels via Apple Home and HA Gui but as of I press the physical button, status won’t be updated.

Here is my configuration:

 cover
 - platform: mqtt
   name: "Wohnzimmer Rollo"
   state_topic: "tele/sonofft1wohnzrollo/STATE"
   value_template: '{{ value_json["POWER"] }}'
   command_topic: "cmnd/sonofft1wohnzrollo/Backlog"
   qos: 1
   payload_open: "power1 ON"
   payload_close: "power2 ON"
   payload_stop: "power1 OFF;power2 OFF"
   state_open: "ON"
   state_closed: "OFF"

Appreciate any support. :frowning: