Glossary: rephrase 'domain' (#33772)

This commit is contained in:
c0ffeeca7 2024-07-16 10:38:33 +02:00 committed by GitHub
parent cf090f89c3
commit bbd67ef447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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