mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 22:47:01 +01:00
fix timeAddTemplate in combination witht theme config
This commit is contained in:
@@ -23,7 +23,8 @@ default_screensaver_color_mapping = {
|
|||||||
"tForecast4Val": "65535",
|
"tForecast4Val": "65535",
|
||||||
"bar": "65535",
|
"bar": "65535",
|
||||||
"tMRIcon": "65535",
|
"tMRIcon": "65535",
|
||||||
"tMR": "65535"
|
"tMR": "65535",
|
||||||
|
"tTimeAdd": "65535"
|
||||||
}
|
}
|
||||||
|
|
||||||
default_weather_icon_color_mapping = {
|
default_weather_icon_color_mapping = {
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ Example for the theme config:
|
|||||||
#bar: [220, 0, 255]
|
#bar: [220, 0, 255]
|
||||||
#tMRIcon: [220, 0, 255]
|
#tMRIcon: [220, 0, 255]
|
||||||
#tMR: [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 automatically colors the screensaver weather icons based upon weather. Uncomment the following line to enable.
|
||||||
#autoWeather: true
|
#autoWeather: true
|
||||||
|
|||||||
Reference in New Issue
Block a user