Smartir - Problem with the temperature sensor

Hey i have problems to setting up a temperature sensor for Smartir.

My sensor:

- platform: template
  sensors:
    temperature_wohnzimmer:
      friendly_name: "Temperatur Wohnzimmer"
      value_template: "Temperatur: {{ state_attr('climate.wohnzimmer', 'current_temperature') | float }}"
      unit_of_measurement: '°C'
      device_class: temperature

The Error:

`Unable to update from temperature sensor: could not convert string to float: 'Temperatur: 22.4'`
custom_components/smartir/climate.py (ERROR)

I hope someone can help me with my problem :slight_smile:
Thank you in advance!

In my code i have:

sensor:
  - platform: template
    sensors:
      vacuum_state:
        value_template: 'Blixten: {{states.vacuum.blixten.attributes.status }}'

So, i don’t know i your order is incorrect or you are using " insted of just ’

BR

Thank you for your answer.

The sensor itself works, but i think the smartir component can’t work with this value.