diff --git a/components/touchscreen/index.rst b/components/touchscreen/index.rst index 4f9781c05..b40f7e6ed 100644 --- a/components/touchscreen/index.rst +++ b/components/touchscreen/index.rst @@ -57,6 +57,7 @@ buttons. x_max: 100 y_min: 0 y_max: 100 + page_id: home_page_id Configuration Variables: ************************ @@ -68,6 +69,7 @@ Configuration Variables: - **x_max** (**Required**, int): Right coordinate of the screen area to be detected as the virtual button. - **y_min** (**Required**, int): Top coordinate of the screen area to be detected as the virtual button. - **y_max** (**Required**, int): Bottom coordinate of the screen area to be detected as the virtual button. +- **page_id** (*Optional*, :ref:`config-id`): Only trigger this binary sensor if the display is showing this page. - All other options from :ref:`Binary Sensor `.