From 89d2c2560df01be5457b79155afc99b0cf9d72cb Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:41:47 +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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Test-‐-Wir-testen-hier-was.md b/Test-‐-Wir-testen-hier-was.md index f0dae07..016da36 100644 --- a/Test-‐-Wir-testen-hier-was.md +++ b/Test-‐-Wir-testen-hier-was.md @@ -467,14 +467,14 @@ let SensorGrid = { ]}; ``` -## CardCrid2 - 8 statt 6 PageItems +## CardGrid - 6 PageItems -![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/99131208/4071b1ba-688e-4fa0-be47-d551141b7964) +![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/102996011/140e99b2-802f-42e1-bee5-8f86515c74db) ``` -let Buero_Seite_2 = +let Buero_Seite_2 = { - 'type': 'cardGrid2', + 'type': 'cardGrid', 'heading': 'Büro 2', 'useColor': true, 'items': [ @@ -483,13 +483,12 @@ let Buero_Seite_2 = { id: 'alias.0.NSPanel_1.TestFenster', offColor: MSRed, onColor: MSGreen, name: 'Büro Fenster'}, { id: 'alias.0.NSPanel_1.Luftreiniger', icon: 'power', offColor: MSRed, onColor: MSGreen}, { id: 'alias.0.NSPanel_1.TestBlind', icon: 'projector-screen', onColor: White, name: 'Beamer', secondRow: 'auch Text'}, - { id: 'alias.0.NSPanel_1.Kippfenster', useValue: true }, - { id: 'alias.0.NSPanel_1.Radio.Bob', icon: 'play', onColor: White, name: 'TuneIn'} + { id: 'alias.0.NSPanel_1.Kippfenster', useValue: true } ] }; ``` -## CardCrid2 - 8 statt 6 PageItems +## CardGrid2 - 8 statt 6 PageItems ![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/99131208/f1d2c2dd-01f6-4b68-a14e-0d774bcc49a7)