mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-04 22:06:53 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -467,14 +467,14 @@ let SensorGrid = <PageGrid>{
|
|||||||
]};
|
]};
|
||||||
```
|
```
|
||||||
|
|
||||||
## CardCrid2 - 8 statt 6 PageItems
|
## CardGrid - 6 PageItems
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
let Buero_Seite_2 = <PageGrid2>
|
let Buero_Seite_2 = <PageGrid>
|
||||||
{
|
{
|
||||||
'type': 'cardGrid2',
|
'type': 'cardGrid',
|
||||||
'heading': 'Büro 2',
|
'heading': 'Büro 2',
|
||||||
'useColor': true,
|
'useColor': true,
|
||||||
'items': [
|
'items': [
|
||||||
@@ -483,13 +483,12 @@ let Buero_Seite_2 = <PageGrid2>
|
|||||||
<PageItem>{ id: 'alias.0.NSPanel_1.TestFenster', offColor: MSRed, onColor: MSGreen, name: 'Büro Fenster'},
|
<PageItem>{ id: 'alias.0.NSPanel_1.TestFenster', offColor: MSRed, onColor: MSGreen, name: 'Büro Fenster'},
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Luftreiniger', icon: 'power', offColor: MSRed, onColor: MSGreen},
|
<PageItem>{ id: 'alias.0.NSPanel_1.Luftreiniger', icon: 'power', offColor: MSRed, onColor: MSGreen},
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.TestBlind', icon: 'projector-screen', onColor: White, name: 'Beamer', secondRow: 'auch Text'},
|
<PageItem>{ id: 'alias.0.NSPanel_1.TestBlind', icon: 'projector-screen', onColor: White, name: 'Beamer', secondRow: 'auch Text'},
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Kippfenster', useValue: true },
|
<PageItem>{ id: 'alias.0.NSPanel_1.Kippfenster', useValue: true }
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Radio.Bob', icon: 'play', onColor: White, name: 'TuneIn'}
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
## CardCrid2 - 8 statt 6 PageItems
|
## CardGrid2 - 8 statt 6 PageItems
|
||||||
|
|
||||||

|

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