mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-26 19:02:15 +01:00
Updated ioBroker Config Screensaver (markdown)
@@ -173,6 +173,8 @@ In Beispiel 2 wird statt des Relais, ein Fenstersensor (open = true/false) als I
|
||||
### Einfacher Screensaver:
|
||||

|
||||
|
||||
|
||||
**Beispiel:**
|
||||
```
|
||||
export const config: Config = {
|
||||
...
|
||||
@@ -191,7 +193,7 @@ export const config: Config = {
|
||||
ScreensaverEntityIconOff: null,
|
||||
ScreensaverEntityText: 'Sonne',
|
||||
ScreensaverEntityUnitText: '%',
|
||||
ScreensaverEntityIconColor: MSYellow //{'val_min': 0, 'val_max': 100}
|
||||
ScreensaverEntityIconColor: MSYellow
|
||||
},
|
||||
// bottomScreensaverEntity 2
|
||||
{
|
||||
@@ -235,6 +237,7 @@ export const config: Config = {
|
||||
### Erweiterter Screensaver:
|
||||

|
||||
|
||||
**Beispiel:**
|
||||
```
|
||||
export const config: Config = {
|
||||
...
|
||||
@@ -279,15 +282,14 @@ export const config: Config = {
|
||||
[
|
||||
// bottomScreensaverEntity 1
|
||||
{
|
||||
ScreensaverEntity: 'accuweather.0.Daily.Day1.Sunrise', //'accuweather.0.Hourly.h0.PrecipitationProbability',
|
||||
ScreensaverEntity: 'accuweather.0.Hourly.h0.PrecipitationProbability',
|
||||
ScreensaverEntityFactor: 1,
|
||||
ScreensaverEntityDecimalPlaces: 0,
|
||||
ScreensaverEntityDateFormat: 'hh:mm', // like DD.MM or DD.MM.YY or YYYY/MM/DD or hh:mm
|
||||
ScreensaverEntityIconOn: 'weather-pouring',
|
||||
ScreensaverEntityIconOff: null,
|
||||
ScreensaverEntityText: 'Regen',
|
||||
ScreensaverEntityUnitText: '%',
|
||||
ScreensaverEntityIconColor: MSYellow //{'val_min': 0, 'val_max': 100}
|
||||
ScreensaverEntityIconColor: {'val_min': 0, 'val_max': 100}
|
||||
},
|
||||
// bottomScreensaverEntity 2
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user