good evening,
in the thermostat card I see the set temperature and the detected temperature.
How can I get the temperature value read?
What is the command to read and view it or use it in other situations?
Thanks, Alberto
You can use a template sensor to grab those state attributes of the climate
entity (you can also use templates in automations without creating a template sensor).
the temperature
attribute is the setpoint
current_temperature
is, well, the current temperature
Thanks