Updated ioBroker Card Definitionen (Seiten) (markdown)

Armilar
2023-11-26 17:53:28 +01:00
parent 70d2f12d57
commit 8c65662799

@@ -178,6 +178,7 @@ let Alexa = <PageMedia>
colorMediaIcon: colorAlexa, colorMediaIcon: colorAlexa,
colorMediaArtist: Yellow, colorMediaArtist: Yellow,
colorMediaTitle: Yellow, colorMediaTitle: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true autoCreateALias: true
}] }]
}; };
@@ -205,6 +206,7 @@ let SpotifyPremium = <PageMedia>
colorMediaIcon: colorSpotify, colorMediaIcon: colorSpotify,
colorMediaArtist: Yellow, colorMediaArtist: Yellow,
colorMediaTitle: Yellow, colorMediaTitle: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true autoCreateALias: true
}] }]
}; };
@@ -227,6 +229,7 @@ let VolumioBoss = <PageMedia>
colorMediaIcon: colorSpotify, colorMediaIcon: colorSpotify,
colorMediaTitle: colorSpotify, colorMediaTitle: colorSpotify,
colorMediaArtist: Yellow, colorMediaArtist: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true autoCreateALias: true
}] }]
}; };