mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-11 09:06:51 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -1,12 +1,11 @@
|
|||||||
Auf dieser Seite testen wir was für die zukünftige Wiki
|
Auf dieser Seite testen wir was für die zukünftige Wiki
|
||||||
|
|
||||||
##CardGrid für Sensorwerte
|
##CardGrid für Sensorwerte
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
let SensorGrid = <PageGrid>
|
let SensorGrid = <PageGrid>{
|
||||||
{
|
|
||||||
'type': 'cardGrid',
|
'type': 'cardGrid',
|
||||||
'heading': 'Sensor Werte',
|
'heading': 'Sensor Werte',
|
||||||
'useColor': true,
|
'useColor': true,
|
||||||
@@ -17,9 +16,12 @@ let SensorGrid = <PageGrid>
|
|||||||
<PageItem>{ id: 'alias.0.NSPanel_1.UV_Index', name: 'UV Index', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 12} },
|
<PageItem>{ id: 'alias.0.NSPanel_1.UV_Index', name: 'UV Index', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 12} },
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Windstaerke', name: 'Windstärke bft', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 9} },
|
<PageItem>{ id: 'alias.0.NSPanel_1.Windstaerke', name: 'Windstärke bft', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 9} },
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Luftdruck', name: 'Luftdruck hPa', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 950, 'val_max': 1050, 'val_best': 1013} },
|
<PageItem>{ id: 'alias.0.NSPanel_1.Luftdruck', name: 'Luftdruck hPa', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 950, 'val_max': 1050, 'val_best': 1013} },
|
||||||
]
|
]};
|
||||||
};
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
Reference in New Issue
Block a user