mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-25 04:02:14 +01:00
Updated ioBroker Card Definitionen (Seiten) (markdown)
@@ -151,8 +151,30 @@ let SpotifyPremium: PageMedia =
|
|||||||
autoCreateALias : true
|
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)
|
# cardMedia v1.0 (bis Release v3.6.0)
|
||||||

|

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