mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Add a bit more text to the pin reuse message in changelog (#3484)
This commit is contained in:
parent
007d30aba0
commit
d3b6751e80
@ -32,7 +32,9 @@ Pin Reuse validation
|
||||
|
||||
There is a new validation performed on configurations to ensure that pins are not reused unintentionally.
|
||||
This is a common source of issues and generally a pin does not need to be reused across multiple components
|
||||
in a single configuration. The error can be bypassed by specifically adding another config item to all of the
|
||||
in a single configuration. Pins should only be reused in a very limited set of circumstances and seeing the
|
||||
error will generally mean that you need to reorganise your configuration to not reuse the pins.
|
||||
The error can be bypassed by specifically adding another config item to all of the
|
||||
duplicate pin definitions. See the :ref:`config-pin_schema` for details.
|
||||
|
||||
Touchscreen internal changes
|
||||
|
Loading…
Reference in New Issue
Block a user