add setting to change temperature between C and F.

fixes #175
This commit is contained in:
Jason Kulatunga
2022-05-26 13:04:15 -07:00
parent d1376a2200
commit 21212c0a1d
10 changed files with 88 additions and 12 deletions
@@ -119,7 +119,7 @@
<div class="text-secondary text-md">Powered On</div>
</div>
<div class="my-2 col-span-2 lt-md:col-span-1">
<div>{{smart_results[0]?.temp}}°C</div>
<div>{{smart_results[0]?.temp | temperature:config.temperatureUnit:true}}</div>
<div class="text-secondary text-md">Temperature</div>
</div>
</div>