duedipicche

Results 1 comments of duedipicche

Same problem: ``` eco_temperature: value_template: "{{ state_attr('climate.myClimate Entity', 'current_temperature') | float(99.0) }}" ``` don't work and: `eco_temperature: "{{ state_attr('climate..myClimate Entity', 'current_temperature') | float(99.0) }}"` don't work. in booth case the...