Besides the Update of the App in HACS you need to do the following things:
-
Restart the AppDaemon Container
-
Update/reflashing of the display firmware required
How to update (automated)
- Update App in HACS - Restart AppDaemon Container afterwards.
- You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.
If you want to update manually run the following command from your tasmota console:
EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.2.0.tft
US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.2.0.tft
US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.2.0.tft
For more details, see instructions in the ReadMe of the repository.
New Features:
- Added option to configure the background color (black or the default slight gray value from Homeassistant) # @joBr99
defaultBackgroundColor
| True | string | ha-dark | backgroud color of all cards, valid values: black
, ha-dark
color:
"on": [255,0,0]
"off": [0,0,255]
- Fans are now displayed as Switch, with a detail Page like covers or lights #326 @joBr99
- Implemented tilt controls for covers on cover detail page #240 @joBr99