W-Z-integrations: replace term component by integration (#27838)

This commit is contained in:
c0ffeeca7 2023-06-15 12:35:41 +02:00 committed by GitHub
parent 9b1ec6be94
commit 2d6a152983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View File

@ -29,7 +29,7 @@ To use this integration in your installation, add the following to your `configu
wake_on_lan: wake_on_lan:
``` ```
### Component services ### Integration services
Available services: `send_magic_packet`. Available services: `send_magic_packet`.

View File

@ -12,7 +12,7 @@ ha_integration_type: entity
The `water_heater` integration is built for the controlling and monitoring of hot water heaters. The `water_heater` integration is built for the controlling and monitoring of hot water heaters.
To enable this component, pick one of the platforms, and add it to your `configuration.yaml`: To enable this integration, pick one of the platforms, and add it to your `configuration.yaml`:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry

View File

@ -14,7 +14,7 @@ with an [IBM Watson IoT Platform instance](https://www.ibm.com/us-en/marketplace
## Configuration ## Configuration
To use this component, you first need to register a gateway device type and then To use this integration, you first need to register a gateway device type and then
a gateway device in your IoT platform instance. For instructions on how to do a gateway device in your IoT platform instance. For instructions on how to do
this check the [official documentation](https://cloud.ibm.com/docs/services/IoT?topic=iot-platform-getting-started#IoT_connectGateway) this check the [official documentation](https://cloud.ibm.com/docs/services/IoT?topic=iot-platform-getting-started#IoT_connectGateway)
which provides the details on doing this. After you register the gateway device which provides the details on doing this. After you register the gateway device
@ -25,7 +25,7 @@ for your Home Assistant instance you'll need four pieces of information:
- Gateway device ID - Gateway device ID
- Authentication Token - Authentication Token
With this basic information you can configure the component: With this basic information you can configure the integration:
```yaml ```yaml
# Example configuration.yaml entry: # Example configuration.yaml entry:

View File

@ -47,7 +47,7 @@ There is currently support for the following device types within Home Assistant:
type: list type: list
{% endconfiguration %} {% endconfiguration %}
Supported devices will be automatically discovered if the optional `discovery` configuration item is omitted or set to true or if the `discovery` integration is enabled. If the `discovery` configuration item is set to false, then automatic discovery of WeMo devices is disabled both for the `wemo` integration and for the `discovery` component. Loading the `wemo` integration with the `discovery` configuration item omitted or set to true will scan the local network for WeMo devices, even if you are not using the `discovery` component. Supported devices will be automatically discovered if the optional `discovery` configuration item is omitted or set to true or if the `discovery` integration is enabled. If the `discovery` configuration item is set to false, then automatic discovery of WeMo devices is disabled both for the `wemo` integration and for the `discovery` integration. Loading the `wemo` integration with the `discovery` configuration item omitted or set to true will scan the local network for WeMo devices, even if you are not using the `discovery` integration.
```yaml ```yaml
# Example configuration.yaml entry with automatic discovery enabled (by omitting the discovery configuration item) # Example configuration.yaml entry with automatic discovery enabled (by omitting the discovery configuration item)

View File

@ -1689,7 +1689,7 @@ Water Shortage**:
### Attributes ### Attributes
The vacuums from the `xiaomi` platform does not expose additional attributes other the ones provided by [the `vacuum` component](/integrations/vacuum/#attributes), The vacuums from the `xiaomi` platform does not expose additional attributes other the ones provided by [the `vacuum` integration](/integrations/vacuum/#attributes),
### Example on how to clean a specific room ### Example on how to clean a specific room

View File

@ -86,7 +86,7 @@ Home Assistant can combine temperature sensors and climate actuators into a sing
## Examples ## Examples
In this section, you find some real-life examples of how to use this component. In this section, you find some real-life examples of how to use this integration.
### Full configuration ### Full configuration

View File

@ -232,7 +232,7 @@ custom_quirks_path:
### OTA firmware updates ### OTA firmware updates
ZHA component has the ability to automatically download and perform OTA (Over-The-Air) firmware updates of Zigbee devices if the OTA firmware provider source URL for updates is available. OTA firmware updating is set to disabled (`false`) in the configuration by default. The ZHA integration has the ability to automatically download and perform OTA (Over-The-Air) firmware updates of Zigbee devices if the OTA firmware provider source URL for updates is available. OTA firmware updating is set to disabled (`false`) in the configuration by default.
Online OTA providers for firmware updates are currently only available for IKEA, LEDVANCE/OSRAM, SALUS/Computime, and INOVELLI devices. Support for OTA updates from other manufacturers could be supported in the future if they publish their firmware images publicly. Online OTA providers for firmware updates are currently only available for IKEA, LEDVANCE/OSRAM, SALUS/Computime, and INOVELLI devices. Support for OTA updates from other manufacturers could be supported in the future if they publish their firmware images publicly.
@ -554,7 +554,7 @@ When reporting issues, please provide the following information in addition to i
### Debug logging ### Debug logging
To enable debug logging for ZHA component and radio libraries, add the following [logger](/integrations/logger/) configuration to `configuration.yaml`: To enable debug logging for the ZHA integration and radio libraries, add the following [logger](/integrations/logger/) configuration to `configuration.yaml`:
```yaml ```yaml
logger: logger:

View File

@ -109,7 +109,7 @@ action:
The `zoneminder` binary sensor platform lets you monitor the availability of your [ZoneMinder](https://www.zoneminder.com) install. The `zoneminder` binary sensor platform lets you monitor the availability of your [ZoneMinder](https://www.zoneminder.com) install.
Each binary_sensor created will be named after the hostname used when configuring the [ZoneMinder component](/integrations/zoneminder/). Each binary_sensor created will be named after the hostname used when configuring the [ZoneMinder integration](/integrations/zoneminder/).
## Camera ## Camera
@ -167,7 +167,7 @@ The `zoneminder` switch platform allows you to toggle the current function of al
<div class='note'> <div class='note'>
You must have the [ZoneMinder component](/integrations/zoneminder/) configured to use this and if ZoneMinder authentication is enabled the account specified in the integration configuration must have "Edit" permission for "System". You must have the [ZoneMinder integration](/integrations/zoneminder/) configured to use this and if ZoneMinder authentication is enabled the account specified in the integration configuration must have "Edit" permission for "System".
</div> </div>