From 3523ad875654a1c4d587e13d8251e0a216c0b726 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:57:45 +0200 Subject: [PATCH] Updates to breaking changes list --- docs/ReleaseNotes.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index c774d9b..62f4a0c 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -38,11 +38,9 @@ Since in this update lots of input to the blueprint changed, we highly recommend 9. The "Hardware button long press hold delay" input was removed and the delay (800ms) is now hard coded in ESPHome. 10. The service `esphome.xxxxx_wake_up_display` was deprecated. Please use `esphome.xxxxx_wake_up` instead which uses the parameter `reset_timer: bool` to indicate if the timeout timer (to move back to Home page) should be reset. 11. The services `esphome.xxxxx_send_command_font_color` and `esphome.xxxxx_send_command_background_color` where deprecated. Please use `esphome.xxxxx_set_component_color` instead, and you can use RGB arrays for `foreground` and `background` colors, a 1-element array with the Nextion color code or an empty array if you don't want to change that specific parameter. -12. To be deprecated soon: - - Old color selection (based in a text input where you typed a number).
The icons colors selected before the implementation of the color picker (when it was about typing a number) will be deprecated soon, so if you haven't done this yet, please select the color using the new color selector. Open the Blueprint and if the colors are shown, you are good, otherwise, please select a color. - - The panel selection based on a text box (where you manually typed the panel name).
The new device selection was introduce a few releases ago and is more reliable. The previous selections are still valid, but requires extra processing every time the automation is triggered, so it will be removed.
If you can see your device name on the blueprint settings screen, you are good, otherwise, pick your panel from the new drop down list. - - Sensor "NSPanel Event".
This sensor contains a json-like text and is used for ESPHome to send information to the blueprint. This is slowly being replaced by Home Assistant events and will then be removed.
The sensor "Current page" is back with the information about the page currently visible in your panel, so please update your automation if you are using the event sensor. - +12. Old color selection (based in a text input where you typed a number) is being deprecated gradually.
The icons colors selected before the implementation of the color picker (when it was about typing a number) might fail now, so if you haven't done this yet, please select the color using the new color selector. Open the Blueprint and if the colors are shown properly, you are good, otherwise, please select a color. +13. Sensor "NSPanel Event".
This sensor contains a json-like text and is used for ESPHome to send information to the blueprint. This is slowly being replaced by Home Assistant events and then will be removed.
The sensor "Current page" is back with the information about the page currently visible in your panel, so please update your automation if you are using the event sensor. +13. The panel selection based on a text box (where you manually typed the panel name).
The new device selection was introduce a few releases ago and is more reliable. The previous selections are still valid, but requires extra processing every time the automation is triggered, so it will be removed.
If you can see your device name on the blueprint settings screen, you are good, otherwise, pick your panel from the new drop down list.   ## Overview of all changes