You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of you asking to dispose the current temperature as a sensor. It is easy to add with a template.
Select Settings -> Device & Services -> Helpers
Click on the Create Helper button.
Select Template.
Select Template a sensor.
Add your sensor name.
Enter the template: {{ state_attr('water_heater.yourwaterheaterdevicename', 'current_temperature') }}
Make sure your water heater device name is correct.