From 44709e5803d98ba380b7b6d2da6d7a15d960c98f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:02:36 +0200 Subject: [PATCH] Authentication, events: replace component by integration (#27775) --- source/_docs/authentication/providers.markdown | 2 +- source/_docs/configuration/events.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index 2b058199c05..14903b0d2e0 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -197,7 +197,7 @@ For now, meta variables are only respected the first time a particular user is a This is a legacy feature for backwards compatibility and will be dropped in a future release. You should move to one of the other auth providers. -Activating this auth provider will allow you to authenticate with the API password set in the HTTP component. +Activating this auth provider will allow you to authenticate with the API password set in the HTTP integration. ```yaml homeassistant: diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index f9a78e2dbf8..3d4eb05f3df 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -98,7 +98,7 @@ This event is fired when a new service has been registered within Home Assistant | Field | Description | | --------- | ----------------------------------------------------------------------- | -| `domain` | The domain of the component that offers this service. Example: `light`. | +| `domain` | The domain of the integration that offers this service. Example: `light`. | | `service` | The name of the service. Example: `turn_on` | ### `service_removed` @@ -107,7 +107,7 @@ This event is fired when a service has been removed from Home Assistant. | Field | Description | | --------- | ----------------------------------------------------------------------- | -| `domain` | The domain of the component that offers this service. Example: `light`. | +| `domain` | The domain of the integration that offers this service. Example: `light`. | | `service` | The name of the service. Example: `turn_on` | ### `state_changed`