mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Change Integration -> Component in description (#3355)
This commit is contained in:
parent
5da4214bba
commit
d3943ea786
@ -614,7 +614,7 @@ loader. These are:
|
|||||||
create the necessary C++ source code.
|
create the necessary C++ source code.
|
||||||
- ``DEPENDENCIES``: Mark the component to depend on other components. If the user hasn't explicitly
|
- ``DEPENDENCIES``: Mark the component to depend on other components. If the user hasn't explicitly
|
||||||
added these components in their configuration, a validation error will be generated.
|
added these components in their configuration, a validation error will be generated.
|
||||||
- ``AUTO_LOAD``: Automatically load an integration if the user hasn't added it manually.
|
- ``AUTO_LOAD``: Automatically load a component if the user hasn't added it manually.
|
||||||
- ``MULTI_CONF``: Mark this component to accept an array of configurations. If this is an
|
- ``MULTI_CONF``: Mark this component to accept an array of configurations. If this is an
|
||||||
integer instead of a boolean, validation will only permit the given number of entries.
|
integer instead of a boolean, validation will only permit the given number of entries.
|
||||||
- ``CONFLICTS_WITH``: Mark a list of components as conflicting with this integration. If the user
|
- ``CONFLICTS_WITH``: Mark a list of components as conflicting with this integration. If the user
|
||||||
|
Loading…
Reference in New Issue
Block a user