mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-27 21:02:14 +01:00
Updated NSPanel ‐ cardMedia ‐ Der Bose Soundtouch Player (markdown)
@@ -1,18 +1,19 @@
|
|||||||
|
Das PageItem enthält keinen equalizerString --> Die Favoriten werden automatisch aus dem Datenpunkt: `sonos.0.root.<DEVICE_IP>.favorites_list_array` extrahiert:
|
||||||
```TypeScript
|
> [!CAUTION]
|
||||||
let BoseSoundtouch: PageType =
|
>```TypeScript
|
||||||
{
|
>let BoseSoundtouch: PageType =
|
||||||
'type': 'cardMedia',
|
>{
|
||||||
'heading': 'Bose Soundtouch',
|
> 'type': 'cardMedia',
|
||||||
'items': [{
|
> 'heading': 'Bose Soundtouch',
|
||||||
id: AliasPath + 'Media.PlayerBoseSoundtouch',
|
> 'items': [{
|
||||||
adapterPlayerInstance: "bosesoundtouch.0.",
|
> id: AliasPath + 'Media.PlayerBoseSoundtouch',
|
||||||
speakerList: ['Wohnzimmer'],
|
> adapterPlayerInstance: "bosesoundtouch.0.",
|
||||||
colorMediaIcon: White,
|
> speakerList: ['Wohnzimmer'],
|
||||||
colorMediaArtist: Yellow,
|
> colorMediaIcon: White,
|
||||||
colorMediaTitle: Yellow,
|
> colorMediaArtist: Yellow,
|
||||||
alwaysOnDisplay: true,
|
> colorMediaTitle: Yellow,
|
||||||
autoCreateALias: true
|
> alwaysOnDisplay: true,
|
||||||
}]
|
> autoCreateALias: true
|
||||||
};
|
> }]
|
||||||
```
|
>};
|
||||||
|
>```
|
||||||
Reference in New Issue
Block a user