From ee407ac3fd18c0fa2ce1a7243245a60530c40a06 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:23:11 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20Test=20=E2=80=90=20Wir=20testen=20hie?= =?UTF-8?q?r=20was=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test-‐-Wir-testen-hier-was.md | 55 ++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/Test-‐-Wir-testen-hier-was.md b/Test-‐-Wir-testen-hier-was.md index 08320b3..d682f6c 100644 --- a/Test-‐-Wir-testen-hier-was.md +++ b/Test-‐-Wir-testen-hier-was.md @@ -654,7 +654,60 @@ let SqueezeboxRPC = autoCreateALias : true }] }; -``` +``` + +## CardMedia - Volumio + +![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/102996011/3b72ecfa-07ef-42e4-88b7-b5846a6a91a2) + +``` +let VolumioBoss: PageMedia = +{ + 'type': 'cardMedia', + 'heading': 'Volumio-Büro', + 'useColor': true, + 'subPage': false, + 'parent': undefined, + 'prev': undefined, + 'next': undefined, + 'home': undefined, + 'items': [{ + 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 + }] +}; +``` + +``` +let VolumioMobil: PageMedia = +{ + 'type': 'cardMedia', + 'heading': 'Volumio-Mobil', + 'useColor': true, + 'subPage': false, + 'parent': undefined, + 'prev': undefined, + 'next': undefined, + 'home': undefined, + 'items': [{ + id: 'alias.0.NSPanel.Volumio-Mobil', + adapterPlayerInstance: 'volumio.1.', + speakerList: [], /* this must, no function */ + playList: [], /* empty for dynamic reading */ + colorMediaIcon: Yellow, + colorMediaTitle: Yellow, + colorMediaArtist: Gray, + autoCreateALias : true + }] +}; +``` + ***