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