mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-24 15:02:15 +01:00
Updated ioBroker Config Screensaver (markdown)
@@ -91,7 +91,7 @@ const swWindy: RGB = { red: 150, green: 150, blue: 150};
|
|||||||
|
|
||||||
**Folgende Einstellungen sind möglich:**
|
**Folgende Einstellungen sind möglich:**
|
||||||
|
|
||||||
**Die Icons visualisieren den Relais-Zustand der Hardware-Buttons:**
|
**1. Die Icons visualisieren den Relais-Zustand der Hardware-Buttons:**
|
||||||
```
|
```
|
||||||
export const config: Config = {
|
export const config: Config = {
|
||||||
...
|
...
|
||||||
@@ -100,7 +100,7 @@ export const config: Config = {
|
|||||||
```
|
```
|
||||||
Die mqtt.0. Datenpunkte entsprechend deiner mqtt-Komfiguration anpassen
|
Die mqtt.0. Datenpunkte entsprechend deiner mqtt-Komfiguration anpassen
|
||||||
|
|
||||||
**Die Icons sind nicht sichtbar:**
|
**2. Die Icons sind nicht sichtbar:**
|
||||||
```
|
```
|
||||||
export const config: Config = {
|
export const config: Config = {
|
||||||
...
|
...
|
||||||
@@ -109,4 +109,14 @@ export const config: Config = {
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Ebtitiy-Status Icons
|
**3. Die Icons werden mit anderen Datenpunkten vom Typ "boolean" (true/false) belegt:**
|
||||||
|
```
|
||||||
|
export const config: Config = {
|
||||||
|
...
|
||||||
|
mrIcon1ScreensaverEntity: { ScreensaverEntity: "0_userdata.0.NSPanel.1.Buttons.MRHWBTN1", ScreensaverEntityIcon: "light-switch" },
|
||||||
|
mrIcon2ScreensaverEntity: { ScreensaverEntity: "0_userdata.0.NSPanel.1.Buttons.MRHWBTN2", ScreensaverEntityIcon: "lightbulb" },
|
||||||
|
```
|
||||||
|
|
||||||
|
**4. Oder beliebig im Mix der 3 Varianten
|
||||||
|
|
||||||
|
## Entity-Status Icons
|
||||||
Reference in New Issue
Block a user