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 `.