Tasmota devices disappeared after update to core-2021.2.3

Good evening,
after the latest update to core-2021.2.3, all my ESP8266 based Tasmota devices have disappeared as Entities.
In order to make them reappear, I had to delete them both from Hassio, from the Tasmota integration, and also as devices with TasmoAdmin.
I use an RP4 with 4GB of Ram and the Hassio version.
What could have happened?
I tried, before deleting the devices, also to restart everything, but nothing happened.

Thank you
Giuseppe

Same situantio here!

I aded some by hand on /config/configuration.yaml ana aded on Love Lace .
the “switch” on it now do not stay on whe te light or swithc is on

switch:
  - platform: mqtt
    name: "luminaria branca"
    state_topic: "stat//sonoff43//POWER"
    command_topic: "cmnd/sonoff43//POWER"
    qos: 2
    payload_on: "ON"
    payload_off: "OFF"
    retain: true
    
  - platform: mqtt    
    name: "luminaria vermelha"
    state_topic: "stat///sonoff33//POWER"
    command_topic: "cmnd/sonoff33//POWER"
    qos: 2
    payload_on: "ON"
    payload_off: "OFF"
    retain: true
    
    
    
light:


  - platform: mqtt    
    name: "claraboia"
    state_topic: "stat///sonoff44//POWER"
    command_topic: "cmnd/sonoff44//POWER"
    qos: 0
    payload_on: "ON"
    payload_off: "OFF"
    retain: true

Capturar

When I click on Luminaria… the swicht goes to left and cameback to right.
If I turned it on on the wall it dos not show up in HA.

Hi Guys,

same problem for me here. Were you able to resolve the Issue?