From fc62200be9083af80600ce93b58105632a7c679d Mon Sep 17 00:00:00 2001 From: buxtronix Date: Sat, 16 Oct 2021 06:08:40 +1100 Subject: [PATCH 1/2] Add doc for 'invert_position' variable for am43 cover. (#1512) This variable is contained within the cover code, but was never added to the documentation. --- components/cover/am43.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cover/am43.rst b/components/cover/am43.rst index bb72041b1..306c5500d 100644 --- a/components/cover/am43.rst +++ b/components/cover/am43.rst @@ -58,6 +58,7 @@ Configuration variables: - **pin** (*Optional*, int): The pin for the device, as set in the app. The default is usually printed on the device. Defaults to ``8888``. +- **invert_position** (*Optional*, boolean): Inverts the position value to and from the device. Set if ESPHome is swapping around the open/close state of the cover. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - All other options from :ref:`Cover `. From aa4c65f812b2333dc4884533c27eea9e21746996 Mon Sep 17 00:00:00 2001 From: Zoltant7 <36668432+Zoltant7@users.noreply.github.com> Date: Fri, 15 Oct 2021 19:11:19 +0000 Subject: [PATCH 2/2] Correctly name MCP2515 in canbus documentation (#1511) --- components/canbus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/canbus.rst b/components/canbus.rst index 66f9d70ad..2a32675cd 100644 --- a/components/canbus.rst +++ b/components/canbus.rst @@ -25,7 +25,7 @@ transmitted data. The CAN bus itself has only two wires named Can High and Can Low or CanH and CanL. For the ESPHome CAN bus to work you need to select the device that has the physical CAN bus implemented. -At this moment only the MCP2515 driver is supported. You can configure multiple buses. +At this moment only the MCP2515 controller is supported. You can configure multiple buses. Any can bus node can transmit data at any time, and any node can send any ``can_id`` value and any node can receive any can_id too. Is up to you how to organize the can_id values. You can setup a can