Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes
beebb0afef Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui 2022-06-17 17:26:26 +02:00
Johannes
5e513fbab6 fix timeAddTemplate in combination witht theme config 2022-06-17 17:26:00 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ default_screensaver_color_mapping = {
"tForecast4Val": "65535",
"bar": "65535",
"tMRIcon": "65535",
"tMR": "65535"
"tMR": "65535",
"tTimeAdd": "65535"
}
default_weather_icon_color_mapping = {

View File

@@ -138,6 +138,7 @@ Example for the theme config:
#bar: [220, 0, 255]
#tMRIcon: [220, 0, 255]
#tMR: [220, 0, 255]
#tTimeAdd: [220, 0, 255]
#autoWeather automatically colors the screensaver weather icons based upon weather. Uncomment the following line to enable.
#autoWeather: true