mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Glossary: rephrase 'domain' (#33772)
This commit is contained in:
parent
cf090f89c3
commit
bbd67ef447
@ -185,12 +185,12 @@
|
|||||||
- term: Domain
|
- term: Domain
|
||||||
definition: >-
|
definition: >-
|
||||||
Each integration in Home Assistant has a unique identifier: a domain. All of
|
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
|
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
|
`light.kitchen` is an entity in the `light` domain from the [light
|
||||||
integration](/integrations/light), while `hue.activate_scene` is the
|
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).
|
integration](/integrations/hue).
|
||||||
excerpt: >
|
excerpt: >
|
||||||
Each integration in Home Assistant has a unique identifier: The domain. It
|
Each integration in Home Assistant has a unique identifier: The domain. It
|
||||||
|
Loading…
x
Reference in New Issue
Block a user