r-integrations: replace term component by integration (#27817)

This commit is contained in:
c0ffeeca7 2023-06-14 15:53:48 +02:00 committed by GitHub
parent d550502827
commit 67074ff4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -73,7 +73,7 @@ monitored_conditions:
## Sensor
Once you have enabled the [Raincloud component](#configuration), add the following to your `configuration.yaml` file:
Once you have enabled the [Raincloud integration](#configuration), add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@ -100,7 +100,7 @@ monitored_conditions:
## Switch
Once you have enabled the [Raincloud component](#configuration), add the following to your `configuration.yaml` file:
Once you have enabled the [Raincloud integration](#configuration), add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@ -122,5 +122,5 @@ monitored_conditions:
auto_watering:
description: Toggle the watering scheduled per zone.
manual_watering:
description: Toggle manually the watering per zone. It will inherent the value in minutes specified on the RainCloud hub component.
description: Toggle manually the watering per zone. It will inherent the value in minutes specified on the RainCloud hub integration.
{% endconfiguration %}

View File

@ -14,7 +14,7 @@ This integration can expose regular REST commands as services. Services can be c
[script]: /integrations/script/
[automation]: /getting-started/automation/
To use this component, add the following lines to your `configuration.yaml` file:
To use this integration, add the following lines to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry

View File

@ -138,7 +138,7 @@ To add the device, enter the value unaltered in the Event Code field, and click
#### Convert switch event to dimming event
To convert a standard switch to a light, use the [Light Switch](/integrations/light.switch/) component.
To convert a standard switch to a light, use the [Light Switch](/integrations/light.switch/) integration.
To convert a switch to a dimmable light, make sure the event contains a dimming command. You can usually convert a command by changing one byte.

View File

@ -23,7 +23,7 @@ ha_platforms:
ha_integration_type: integration
---
The `ring` implementation allows you to integrate your [Ring.com](https://ring.com/) devices in Home Assistant. Due to recent authentication changes of Ring, you will need to run at least Home Assistant 0.104.
The Ring integration allows you to integrate your [Ring.com](https://ring.com/) devices in Home Assistant. Due to recent authentication changes of Ring, you will need to run at least Home Assistant 0.104.
There is currently support for the following device types within Home Assistant:
@ -33,7 +33,7 @@ There is currently support for the following device types within Home Assistant:
- [Switch](#switch)
<p class='note'>
This component does NOT allow for live viewing of your Ring camera within Home Assistant.
This integration does NOT allow for live viewing of your Ring camera within Home Assistant.
</p>
{% include integrations/config_flow.md %}