mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
4.0.5.13 - Fix Problems with weather-instances-number !="0" #876
This commit is contained in:
@@ -6581,8 +6581,6 @@ function HandleScreensaverUpdate(): void {
|
||||
} else if (weatherScreensaverTempMinMax == 'MinMax') {
|
||||
tempMinMaxString = Math.round(TempMin) + '° ' + Math.round(TempMax) + '°';
|
||||
}
|
||||
|
||||
console.log('hier');
|
||||
|
||||
if (weatherAdapterInstance == 'accuweather.' + weatherAdapterInstanceNumber + '.' && i == 6) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user