mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-27 08:02:14 +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:
|
### Einfacher Screensaver:
|
||||||

|

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

|

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