Tweaks to temperature sensor usage

This commit is contained in:
2023-03-05 21:26:45 -05:00
parent 3de510ff6a
commit 9a75fe2cce
2 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
{% endif %}
</p>
<p>
Today the high temperature will be {{ state_attr('sensor.current_forecast','high_temp') }} degrees.
Today the high temperature will be {{ states('sensor.todays_high_temp') }} degrees.
{{ states('sensor.clothing_forecast_detail') }}
</p>