mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Merge branch 'current' into beta
This commit is contained in:
commit
67ade1e6a0
@ -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
|
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.
|
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
|
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
|
node can receive any can_id too. Is up to you how to organize the can_id values. You can setup a can
|
||||||
|
@ -58,6 +58,7 @@ Configuration variables:
|
|||||||
- **pin** (*Optional*, int): The pin for the device, as
|
- **pin** (*Optional*, int): The pin for the device, as
|
||||||
set in the app. The default is usually printed on the
|
set in the app. The default is usually printed on the
|
||||||
device. Defaults to ``8888``.
|
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.
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||||
- All other options from :ref:`Cover <config-cover>`.
|
- All other options from :ref:`Cover <config-cover>`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user