mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
ups :D
This commit is contained in:
@@ -8894,7 +8894,7 @@ function HandleScreensaverStatusIcons() : void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (const a in iconData) {
|
for (const a in iconData) {
|
||||||
if (iconData[a].ScreensaverEntityValue === null) {
|
if (iconData[a].ScreensaverEntityValue !== null) {
|
||||||
switch (typeof iconData[a].ScreensaverEntityValue) {
|
switch (typeof iconData[a].ScreensaverEntityValue) {
|
||||||
case "string":
|
case "string":
|
||||||
if (iconData[a].ScreensaverEntityValue === '' || isNaN(iconData[a].ScreensaverEntityValue)) break;
|
if (iconData[a].ScreensaverEntityValue === '' || isNaN(iconData[a].ScreensaverEntityValue)) break;
|
||||||
|
|||||||
Reference in New Issue
Block a user