implemented conversion of temperature

This commit is contained in:
Johannes
2022-04-01 18:56:03 +02:00
parent 20a289eb52
commit a59c0e3ddc
4 changed files with 12 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ class LuiBackendConfig(object):
'dateFormatBabel': "full",
'dateFormat': "%A, %d. %B %Y",
'weather': 'weather.example',
'weatherUnit': '°C',
'weatherUnit': 'celsius',
'weatherOverrideForecast1': None,
'weatherOverrideForecast2': None,
'weatherOverrideForecast3': None,