L-integrations: replace term component by integration (#27793)

This commit is contained in:
c0ffeeca7 2023-06-13 15:17:14 +02:00 committed by GitHub
parent 023d6825db
commit 5e3ab7947c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -205,9 +205,9 @@ In this section you will find some real-life examples of how to use this light.
### Theater Volume Control
This example shows a light that is actually a home theater's volume. This
component gives you the flexibility to provide whatever you'd like to send as
integration gives you the flexibility to provide whatever you'd like to send as
the payload to the consumer including any scale conversions you may need to
make; the [Media Player component](/integrations/media_player/) needs a floating
make; the [Media Player integration](/integrations/media_player/) needs a floating
point percentage value from `0.0` to `1.0`.
{% raw %}

View File

@ -154,7 +154,7 @@ exclude them in `recorder` instead.
### Custom Entries
It is possible to add custom entries to the logbook by using the script
component to fire an event.
integration to fire an event.
```yaml
# Example configuration.yaml entry

View File

@ -98,7 +98,7 @@ logi_circle:
- streaming
```
By default, all sensors available from your Logi Circle devices will be monitored. Leave `monitored_conditions` blank to disable all sensors for the Logi Circle component. Devices without an internal battery will not expose a `battery_level` sensor.
By default, all sensors available from your Logi Circle devices will be monitored. Leave `monitored_conditions` blank to disable all sensors for the Logi Circle integration. Devices without an internal battery will not expose a `battery_level` sensor.
{% configuration %}
sensor:

View File

@ -45,7 +45,7 @@ Supports Bridges:
- QSX Processor (HQP7)
- RadioRA 3 All-in-One Processor (RR-PROC3)
For the RadioRA 2 and HomeWorks QS product lines, see the [Lutron component](/integrations/lutron/).
For the RadioRA 2 and HomeWorks QS product lines, see the [Lutron integration](/integrations/lutron/).
The currently supported devices are:
@ -118,7 +118,7 @@ To get Lutron Caseta roller, honeycomb shades, lights, scene and switch working
After setup, shades will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a shade called 'Living Room Window' will appear in Home Assistant as `cover.living_room_window`.
For more information on working with shades in Home Assistant, see the [Covers component](/integrations/cover/).
For more information on working with shades in Home Assistant, see the [Covers integration](/integrations/cover/).
Available services: `cover.open_cover`, `cover.close_cover`, `cover.stop_cover` and `cover.set_cover_position`. Cover `position` ranges from `0` for fully closed to `100` for fully open.
@ -128,7 +128,7 @@ After setup, dimmable lights including wall and plug-in dimmers will appear in H
For non-dimmable lights or switched loads, see the switch section on this page.
For more information on working with lights in Home Assistant, see the [Lights component](/integrations/light/).
For more information on working with lights in Home Assistant, see the [Lights integration](/integrations/light/).
## Scene
@ -136,7 +136,7 @@ The Lutron Caseta scene platform allows you to control your Smart Bridge Scenes
After setup, scenes will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a scene called 'Entertain' will appear in Home Assistant as `scene.entertain`.
For more information on working with scenes in Home Assistant, see the [Scenes component](/integrations/scene/).
For more information on working with scenes in Home Assistant, see the [Scenes integration](/integrations/scene/).
Scenes are not directly supported on RA3 and QSX models, however the button platform (see below) can be used to activate scenes for these systems.
@ -146,13 +146,13 @@ After setup, switches will appear in Home Assistant using an `entity_id` based o
For dimmable lights including wall and plug-in dimmers, see the light section on this page.
For more information on working with switches in Home Assistant, see the [Switches component](/integrations/switch/).
For more information on working with switches in Home Assistant, see the [Switches integration](/integrations/switch/).
## Fan
After setup, fans will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a light switch called 'Master Bedroom Ceiling Fan' will appear in Home Assistant as `fan.master_bedroom_ceiling_fan`.
For more information on working with fans in Home Assistant, see the [Fans component](/components/fan/).
For more information on working with fans in Home Assistant, see the [Fans integration](/integrations/fan/).
## Sensor
@ -166,7 +166,7 @@ Lutron Caseta occupancy sensors support 4 different timeouts and 3 different sen
Because Lutron Caseta devices automatically report state to Home Assistant (rather than relying on polling), occupancy status updates occur almost instantaneously.
For more information on working with binary sensors in Home Assistant, see the [Binary Sensors Component](/components/binary_sensor/)
For more information on working with binary sensors in Home Assistant, see the [Binary Sensors integration](/integrations/binary_sensor/)
## Button

View File

@ -22,7 +22,7 @@ The Honeywell Lyric integration integrates the Lyric thermostat platform into Ho
## Setup
To set up this component, you first **must** set up a developer account with Honeywell:
To set up this integration, you first **must** set up a developer account with Honeywell:
1. Go to the [developer site](https://developer.honeywellhome.com) and register with an account.
1. Next, create a [new app](https://developer.honeywellhome.com/user/me/apps/add) via the `My Apps` section.