@@ -32,7 +32,11 @@ Since in this update lots of input to the blueprint changed, we highly recommend
|
||||
|
||||
|
||||
## Breaking changes
|
||||
1. The following components are now deprecated:
|
||||
1. Home Assistant 2023.9.0 or later is now required
|
||||
This is necessary in order to support the new [Weather Forecast Service](https://www.home-assistant.io/blog/2023/09/06/release-20239/#weather-forecast-service).
|
||||
The legacy forecast based on attributes will be deprecated in Home Assistant on the begining of 2024.
|
||||
|
||||
2.The following components are now deprecated:
|
||||
- Buttons:
|
||||
- Exit reparse (`button.xxxxx_exit_reparse`) - It shouldn't be necessary with the new TFT upload engine
|
||||
- Services:
|
||||
@@ -60,10 +64,11 @@ packages:
|
||||
- nspanel_esphome_advanced.yaml # activate advanced (legacy) elements - can be useful for troubleshooting
|
||||
...
|
||||
```
|
||||
2. Very long press on hardware buttons
|
||||
|
||||
3. Very long press on hardware buttons
|
||||
If you have a custom automation using very long hold (more than 15s) of hardware buttons it may fail as now the panel will restart with button hold for 15s.
|
||||
|
||||
3. Logger via UART is disable
|
||||
4. Logger via UART is disable
|
||||
You can add it back as a [customization](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/%28EN%29-Customization/_edit#logger-via-uart):
|
||||
|
||||
## Overview of noteworthy changes
|
||||
|
||||
Reference in New Issue
Block a user