From 6498b07b9dea074113668eab641772f07928e1b3 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Tue, 3 Nov 2020 10:58:08 +0000 Subject: [PATCH] Adding domain (#15519) There's no mention of domain outside of passing references here and there --- source/_data/glossary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index b86a243c334..342b1ae6a9d 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -22,6 +22,8 @@ description: "[Device trackers](/integrations/device_tracker) are used to track the presence, or location, of a device." - topic: Discovery description: "[Discovery](/integrations/discovery/) is the automatic setup of zeroconf/mDNS and uPnP devices after they are discovered." +- topic: Domain + description: "Entities and services belong to a domain, which is the first part of the entity or service, before the `.`. For example `light.kitchen` is an entity in the `light` domain, while `homeassistant.turn_on` is the `turn_on` service for the `homeassistant` domain." - topic: Entity description: "An [entity](/docs/configuration/platform_options/) is the representation of a function of a single device, unit, or web service. There may be multiple entities for a single device, unit, or web service, or there may be only one." - topic: Event