Unclear about MQTT Sensor

Hi,

I have loads of sensors using mqtt and json. Now I am trying to add a sensor which does not use JSON format.
The sensor does usw mqtt butt not json. The values are directly shown:

sensoren/stalltemp/SI7021/Temperature=22.87
sensoren/stalltemp/SI7021/Humidity=39.50

I am convinced my configuration.yaml is correct:

mqtt:
    sensor:
    # Openandhome Sensor Schuppen 
        - state_topic: sensoren/stalltemp/SI7021/Humidity
          name: "schuppen_luftfeuchte"
          force_update: true
          unit_of_measurement: "%"
        - state_topic: sensoren/stalltemp/SI7021/Temperature
          name: "schuppen_lufttemp"
          force_update: true
          unit_of_measurement: "°C"

Despite of everything appearing to be ok it shows strange values in HomeAssistant:
Bildschirm­foto 2023-03-12 um 18.10.39

Did I do something wrong?

Thanks for all ideas!

/KNEBB

Hi,

after 24 hours of wating for a solution it appeared the sensor did catch up by itself. :roll_eyes:

Now working as expected with the above configuration.

/KNEBB