mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-02 05:06:51 +01:00
Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)
@@ -645,13 +645,16 @@ let Alexa = <PageMedia>
|
|||||||
|
|
||||||
**CardMedia - Sonos**
|
**CardMedia - Sonos**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Der komplette Leitfaden für den Sonos-Player ist hier:
|
||||||
|
https://github.com/joBr99/nspanel-lovelace-ui/wiki/NSPanel-%E2%80%90-cardMedia-%E2%80%90-Der-SONOS-Player
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
let Sonos = <PageMedia>
|
let Sonos = <PageMedia>
|
||||||
{
|
{
|
||||||
'type': 'cardMedia',
|
'type': 'cardMedia',
|
||||||
'heading': 'Sonos',
|
'heading': 'Sonos Player',
|
||||||
'useColor': true,
|
'useColor': true,
|
||||||
'items': [<PageItem>{
|
'items': [<PageItem>{
|
||||||
id: AliasPath + 'Media.PlayerSonos',
|
id: AliasPath + 'Media.PlayerSonos',
|
||||||
@@ -661,6 +664,7 @@ let Sonos = <PageMedia>
|
|||||||
colorMediaIcon: colorSpotify,
|
colorMediaIcon: colorSpotify,
|
||||||
colorMediaArtist: Yellow,
|
colorMediaArtist: Yellow,
|
||||||
colorMediaTitle: Yellow,
|
colorMediaTitle: Yellow,
|
||||||
|
//crossfade: true /* Ersetzt die Seek Funktion durch Crossfade im Logo "//" entfernt werden */
|
||||||
alwaysOnDisplay: true,
|
alwaysOnDisplay: true,
|
||||||
autoCreateALias: true
|
autoCreateALias: true
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user