Skip to content

Commit

Permalink
Change Integration -> Component in description (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSchulz authored Nov 11, 2023
1 parent 5da4214 commit d3943ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3943ea

Please sign in to comment.