diff --git a/source/_integrations/raincloud.markdown b/source/_integrations/raincloud.markdown index 3e811b06b02..0659514399e 100644 --- a/source/_integrations/raincloud.markdown +++ b/source/_integrations/raincloud.markdown @@ -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 %} diff --git a/source/_integrations/rest_command.markdown b/source/_integrations/rest_command.markdown index c7adb916e0f..52c4a1747dc 100644 --- a/source/_integrations/rest_command.markdown +++ b/source/_integrations/rest_command.markdown @@ -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 diff --git a/source/_integrations/rfxtrx.markdown b/source/_integrations/rfxtrx.markdown index 95a96048e10..9d846fb4dc2 100644 --- a/source/_integrations/rfxtrx.markdown +++ b/source/_integrations/rfxtrx.markdown @@ -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. diff --git a/source/_integrations/ring.markdown b/source/_integrations/ring.markdown index 980567a5080..3558c13a40b 100644 --- a/source/_integrations/ring.markdown +++ b/source/_integrations/ring.markdown @@ -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)
-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.
{% include integrations/config_flow.md %}