mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +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.
|
||||
- ``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.
|
||||
- ``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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user