fix
This commit is contained in:
parent
5fe9b723f6
commit
b68083ecad
1 changed files with 3 additions and 4 deletions
|
@ -75,12 +75,11 @@ SKIN_VERSION = 3.0.0
|
|||
|
||||
# What to show for the stat tiles.
|
||||
stat_tile_observations = outTemp, outHumidity, barometer, windSpeed, windDir, windGust, windGustDir, rain, rainRate, dewpoint, windchill, heatindex, appTemp, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1, lightning_strike_count, pm1_0, pm2_5, pm10_0
|
||||
diagram_tile_observations = temp_min_max_avg, tempdew, outHumidity, barometer, windchill_heatindex, appTemp, wind, windDir, windRose, rain, rainRate, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1, lightning_strike_count, pm1_0, pm2_5, pm10_0
|
||||
|
||||
# Stat tiles: Min/Max/Sum settings.
|
||||
stat_tiles_show_min = outTemp, outHumidity, barometer, pressure, altimeter, snowDepth, heatindex, dewpoint, windchill, cloudbase, appTemp
|
||||
stat_tiles_show_max = rainRate, hailRate, snowRate, UV, pm1_0 pm2_5, pm10_0
|
||||
stat_tiles_show_sum = rain, ET, hail, snow, lightning_strike_count, windrun
|
||||
stat_tiles_show_min = outTemp, outHumidity, barometer, pressure, altimeter, heatindex, dewpoint, windchill, cloudbase, appTemp
|
||||
stat_tiles_show_max = rainRate, UV, pm1_0 pm2_5, pm10_0
|
||||
stat_tiles_show_sum = rain, ET, lightning_strike_count, windrun
|
||||
|
||||
# Stat tiles: show time when the min/max was reached.
|
||||
show_min_max_time_day = True
|
||||
|
|
Reference in a new issue