mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
Updated ioBroker Card Definitionen (Seiten) (markdown)
@@ -151,8 +151,30 @@ let SpotifyPremium: PageMedia =
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
**Volumio-Player**
|
||||
|
||||
```
|
||||
|
||||
let VolumioBoss: PageMedia =
|
||||
{
|
||||
'type': 'cardMedia',
|
||||
'heading': 'Volumio-Büro',
|
||||
'useColor': true,
|
||||
'subPage': false,
|
||||
'parent': undefined,
|
||||
'items': [<PageItem>{
|
||||
id: 'alias.0.NSPanel.Volumio-Boss',
|
||||
adapterPlayerInstance: 'volumio.0.',
|
||||
speakerList: [], /* this must, no function */
|
||||
playList: [], /* empty for dynamic reading */
|
||||
colorMediaIcon: colorSpotify,
|
||||
colorMediaTitle: colorSpotify,
|
||||
colorMediaArtist: Yellow,
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
|
||||
# cardMedia v1.0 (bis Release v3.6.0)
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user