mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-10 07:06:51 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -219,17 +219,19 @@ Angaben für Navigation und Subpages:
|
||||
|
||||
## CardEntities
|
||||
|
||||

|
||||

|
||||
|
||||
```
|
||||
let button2Page = <PageEntities>
|
||||
let Buero_Seite_1 = <PageEntities>
|
||||
{
|
||||
'type': 'cardEntities',
|
||||
'heading': 'Büro',
|
||||
'useColor': true,
|
||||
'items': [
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.Schreibtischlampe'},
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.Deckenbeleuchtung'}
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.Schreibtischlampe', interpolateColor: true},
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.Deckenbeleuchtung', interpolateColor: true},
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.ShellyDuoTest', name: 'Shelly Duo GU10', minValueBrightness: 0, maxValueBrightness: 100, minValueColorTemp: 6465, maxValueColorTemp: 3000, interpolateColor: true, modeList: ['Color','White'], inSel_ChoiceState: true},
|
||||
<PageItem>{ id: 'alias.0.NSPanel_1.Luftreiniger', icon: 'power', icon2: 'power',offColor: MSRed, onColor: MSGreen}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user