Renamed wake_up_display to wake_up

This commit is contained in:
Edward Firmo
2023-09-03 21:25:49 +02:00
parent 806883ca34
commit 0518531f02
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ Since in this update lots of input to the blueprint changed, we highly recommend
7. Service `esphome.xxxxx_qr_code` is deprecated. It was replaced by service `qrcode` which can be used for changing the QRcode value even when the QRcode page is not visible (useful when using dynamic Wi-Fi credentials).
8. Removed switches "Relay 1 Local Fallback" and "Relay 2 Local Fallback", together with the relay fallback inputs. Now when you assign your panel's relay to it's respective button the control will be fully local and therefore will have the same behavior as the "fallback" in previous versions.
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` changes its parameters and now uses `reset_timer: bool` to indicate if the timeout timer (to move back to Home page) should be reset.
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. To be deprecated soon:
- Old color selection (based in a text input where you typed a number).<br>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).<br>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.<br>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.