From bbd67ef44735b82506d8923b2ebd7bb8cff5eb8f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:38:33 +0200 Subject: [PATCH] Glossary: rephrase 'domain' (#33772) --- source/_data/glossary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 31c964139f1..d92b6493985 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -185,12 +185,12 @@ - term: Domain definition: >- Each integration in Home Assistant has a unique identifier: a domain. All of - the entities and services available in Home Assistant are provided by + the entities and actions available in Home Assistant are provided by integrations and thus belong to such a domain. The first part of the entity - or service, before the `.` shows the domain they belong to. For example + or action, before the `.` shows the domain they belong to. For example `light.kitchen` is an entity in the `light` domain from the [light integration](/integrations/light), while `hue.activate_scene` is the - `activate_scene` service for the `hue` domain which belongs to the [Hue + `activate_scene` action for the `hue` domain which belongs to the [Hue integration](/integrations/hue). excerpt: > Each integration in Home Assistant has a unique identifier: The domain. It