floringhimie/salusfy

How to expose only temperature.

Closed this issue · 4 comments

HI, thank you very much for your effort.

Is there a way to expose single entities like current temp or wanted temp?

Thank you again

Hi, it work for me:

sensor:
  - platform: template
    sensors:
      salus_temperature:
        friendly_name: "Salus Current Temperature"
        value_template: "{{ state_attr('climate.salus_thermostat', 'current_temperature') }}"
        unit_of_measurement: '°C'
        device_class: temperature

I think you have an indentation issue, check here Link