Untitled

Anonymous
yaml
12/16/2021 12:11 PM
324 B
20
Indexable
  - platform: template
    sensors:
      spa_temp:
        friendly_name: Spa Temperatur 
        device_class: temperature
        value_template: >-
         {{ (state_attr('climate.spa_thermostat', 'current_temperature')|float(0)) }}
Editor is loading...