[X] I checked for similar existing requests (both open and closed) before posting.
[X] My request is generic, other users may benefit from it too.
[X] I will participate in further discussion about this feature and can test it (if requested) once it's done.
Proposal
Hello,
It will be nice to use template like this: {{ states('input_number.temperature_economy') | float }}
For the scheduling of a thermostat to set economy and confort temperatures,
Thanks for your work.
Regards
Additional info
The service must be called like this:
service: climate.set_temperature
data_template:
temperature: "{{ states('input_number.temperature_confort') | float }}"
target:
entity_id: climate.yourentity
Checklist
Proposal
Hello, It will be nice to use template like this: {{ states('input_number.temperature_economy') | float }} For the scheduling of a thermostat to set economy and confort temperatures, Thanks for your work. Regards
Additional info
The service must be called like this: service: climate.set_temperature data_template: temperature: "{{ states('input_number.temperature_confort') | float }}" target: entity_id: climate.yourentity