From 565e0703c2e74e8ac394154c0ede9dc2c0e8d311 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:55:27 +0100 Subject: [PATCH] Nextion exit reparse mode on startup (#3421) * Adds docs for Nextion `start_up_page` Based on changes from https://github.com/esphome/esphome/pull/5673 * Nextion - On_touch event * Fix list of variables * Fix list * Lint - add blank line * Lint - Fix underline size * Nextion exit reparse mode on startup Related to https://github.com/esphome/esphome/pull/5868 * Update components/display/nextion.rst Co-authored-by: Keith Burzinski --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Keith Burzinski --- components/display/nextion.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/display/nextion.rst b/components/display/nextion.rst index 053936bab..95c29a89e 100644 --- a/components/display/nextion.rst +++ b/components/display/nextion.rst @@ -67,6 +67,7 @@ Configuration variables: - **start_up_page** (*Optional*, int): Sets the page to display when ESPHome connects to the Nextion. (Nextion shows page 0 on start-up by default). - **wake_up_page** (*Optional*, int): Sets the page to display after waking up - **auto_wake_on_touch** (*Optional*, boolean): Sets if Nextion should auto-wake from sleep when touch press occurs. +- **exit_reparse_on_start** (*Optional*, boolean): Request the Nextion exit Active Reparse Mode before setup of the display. Defaults to ``false``. - **on_setup** (*Optional*, :ref:`Action `): An action to be performed after ESPHome connects to the Nextion. See :ref:`Nextion Automation `. - **on_sleep** (*Optional*, :ref:`Action `): An action to be performed when the Nextion goes to sleep. See :ref:`Nextion Automation `. - **on_wake** (*Optional*, :ref:`Action `): An action to be performed when the Nextion wakes up. See :ref:`Nextion Automation `.