S-integrations: replace term component by integration (#27835)

This commit is contained in:
c0ffeeca7 2023-06-15 09:27:51 +02:00 committed by GitHub
parent 88041b8e29
commit 9b1ec6be94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ The `shiftr` integration makes it possible to transfer details collected with Ho
## Configuration
Create a new [namespace](https://shiftr.io/new) and generate a new token. You will need to use `Key (Username)` and `Secret (Password)` to setup the component.
Create a new [namespace](https://shiftr.io/new) and generate a new token. You will need to use `Key (Username)` and `Secret (Password)` to setup the integration.
To use the `shiftr` integration in your installation, add the following to your `configuration.yaml` file:

View File

@ -48,7 +48,7 @@ The following preset modes are supported. The STIEBEL ELTRON modes are mapped an
## Configuration
To enable this component, add the following lines to your `configuration.yaml` file:
To enable this integration, add the following lines to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry

View File

@ -16,7 +16,7 @@ ha_platforms:
ha_integration_type: system
---
The stream integration provides a way to proxy live streams through Home Assistant. Most users should not need to configure anything or interface with the component directly since it is an internal component used by the [camera integration](/integrations/camera).
The stream integration provides a way to proxy live streams through Home Assistant. Most users should not need to configure anything or interface with the integration directly since it is an internal integration used by the [camera integration](/integrations/camera).
## Configuration

View File

@ -19,7 +19,7 @@ ha_platforms:
ha_integration_type: integration
---
The `surepetcare` component allows you to get information on your Sure Petcare Connect Pet or Cat Flap.
The Sure Petcare integration allows you to get information on your Sure Petcare Connect Pet or Cat Flap.
{% include integrations/config_flow.md %}

View File

@ -59,7 +59,7 @@ Errors and warnings are posted as the event `system_log_event`, so it is possibl
| `source` | File that triggered the error, e.g., `core.py` or `media_player/yamaha.py`. |
| `exception` | Full stack trace if available, an empty string otherwise. |
| `message` | Descriptive message of the error, e.g., "Error handling request". |
| `name` | Name of the component, e.g., `homeassistant.components.device_tracker` |
| `name` | Name of the integration, e.g., `homeassistant.components.device_tracker` |
| `timestamp` | Unix timestamp with as a double, e.g., 1517241010.237416. |
Live examples of these events can be found in the Home Assistant log file (`home-assistant.log`) or by just looking in the system log. An example could, for instance, look like this: