mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-19 12:44:44 +01:00
Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)
@@ -718,7 +718,7 @@ let SpotifyPremium: PageType =
|
||||
|
||||
**CardMedia - SqueezeboxRPC**
|
||||
|
||||

|
||||

|
||||
|
||||
```typescript
|
||||
let SqueezeboxRPC: PageType =
|
||||
@@ -726,13 +726,16 @@ let SqueezeboxRPC: PageType =
|
||||
'type': 'cardMedia',
|
||||
'heading': 'SqueezeboxRPC',
|
||||
'items': [{
|
||||
id: 'alias.0.Media.LMS',
|
||||
adapterPlayerInstance: 'squeezeboxrpc.0',
|
||||
id: AliasPath + 'Media.PlayerSqueezeboxRPC',
|
||||
adapterPlayerInstance: 'squeezeboxrpc.0.',
|
||||
speakerList: ['SqueezePlay'],
|
||||
mediaDevice: 'SqueezePlay',
|
||||
playList: ['Playlist'],
|
||||
colorMediaIcon: Green,
|
||||
colorMediaArtist: Yellow,
|
||||
colorMediaTitle: Yellow,
|
||||
alwaysOnDisplay: true,
|
||||
autoCreateALias: true
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user