mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-23 16:04:25 +01:00
implement #194
This commit is contained in:
@@ -135,6 +135,9 @@ The following message can be used to update the content on the cardEntities Page
|
||||
|
||||
`entityUpd~*internalNameEntity*~*navigation*~*arm1*~*arm1ActionName*~*arm2*~*arm2ActionName*~*arm3*~*arm3ActionName*~*arm4*~*arm4ActionName*~*icon*~*iconcolor*~*numpadStatus*~*flashing*`
|
||||
|
||||
### cardQR Page
|
||||
|
||||
`entityUpd,heading,navigation,textQR[,type,internalName,iconId,displayName,optionalValue]x2`
|
||||
|
||||
## Messages from Nextion Display
|
||||
|
||||
|
||||
BIN
HMI/nspanel.HMI
BIN
HMI/nspanel.HMI
Binary file not shown.
BIN
HMI/nspanel.tft
BIN
HMI/nspanel.tft
Binary file not shown.
11
README.md
11
README.md
@@ -25,8 +25,9 @@ NsPanel needs to be flashed with Tasmota (or upcoming with ESPHome)
|
||||
- Detail Pages for Lights (Brightness, Temperature and Color of the Light) and for Covers (Position)
|
||||
- Thermostat Page
|
||||
- Media Player Card
|
||||
- Alarm Control Panel
|
||||
- Alarm Control Card
|
||||
- Screensaver Page with Time, Date and Weather Information
|
||||
- Card with QrCode to display WiFi Information
|
||||
- Localization possible (currently 38 languages)
|
||||
- **Everything is dynamically configurable by a yaml config, no need to code or touch Nextion Editor**
|
||||
|
||||
@@ -349,6 +350,14 @@ nspanel-1:
|
||||
entity: media_player.example_item
|
||||
- type: cardAlarm
|
||||
entity: alarm_control_panel.alarmo
|
||||
- type: cardQR
|
||||
title: Guest Wifi
|
||||
qr_code: "WIFI:S:test_ssid;T:WPA;P:test_pw;;"
|
||||
entities:
|
||||
- entity: iText.Name.test_ssid
|
||||
icon: wifi
|
||||
- entity: iText.Password.test_pw
|
||||
icon: key
|
||||
```
|
||||
|
||||
key | optional | type | default | description
|
||||
|
||||
Reference in New Issue
Block a user