From 870333337aa87ba57ee56faaa36067b3399aa84b Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Wed, 5 Jun 2024 17:58:37 +1000 Subject: [PATCH] Tuya cover invert position report (#3497) --- components/cover/tuya.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cover/tuya.rst b/components/cover/tuya.rst index 917b87545..33f1fa479 100644 --- a/components/cover/tuya.rst +++ b/components/cover/tuya.rst @@ -40,6 +40,7 @@ Configuration variables: - **min_value** (*Optional*, int): The lowest position value, meaning cover closed. Defaults to 0. - **max_value** (*Optional*, int): the highest position value, meaning cover opened. Defaults to 255. - **invert_position** (*Optional*, boolean): Sets the direction of travel to be inverted, if direction_datapoint is configured. +- **invert_position_report** (*Optional*, boolean): Invert reported position percentages calculated from `min_value` and `max_value` i.e. 70% becomes 30%. Defaults to false. - All other options from :ref:`Cover `. Supported devices