mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Add link to "domains" (#38408)
Not an easy concept. So, since personally I had to go search for the corresponding doc page, I think it'll be useful to others to have a link.
This commit is contained in:
parent
3d326d3683
commit
095af32617
@ -173,7 +173,7 @@ entity:
|
||||
required: false
|
||||
domain:
|
||||
description: >
|
||||
Limits the list of areas that provide entities of a certain domain(s),
|
||||
Limits the list of areas that provide entities of a certain [domain(s)](/docs/configuration/entities_domains/#domains),
|
||||
for example, [`light`](/integrations/light) or
|
||||
[`binary_sensor`](/integrations/binary_sensor). Can be either a string
|
||||
with a single domain, or a list of string domains to limit the selection to.
|
||||
@ -521,7 +521,7 @@ entity:
|
||||
required: false
|
||||
domain:
|
||||
description: >
|
||||
Limits the list of devices that provide entities of a certain domain(s),
|
||||
Limits the list of devices that provide entities of a certain [domain(s)](/docs/configuration/entities_domains/#domains),
|
||||
for example, [`light`](/integrations/light) or
|
||||
[`binary_sensor`](/integrations/binary_sensor). Can be either a string
|
||||
with a single domain, or a list of string domains to limit the selection
|
||||
@ -694,7 +694,7 @@ filter:
|
||||
required: false
|
||||
domain:
|
||||
description: >
|
||||
Limits the list of entities to entities of a certain domain(s), for example,
|
||||
Limits the list of entities to entities of a certain [domain(s)](/docs/configuration/entities_domains/#domains), for example,
|
||||
[`light`](/integrations/light) or
|
||||
[`binary_sensor`](/integrations/binary_sensor). Can be either a string
|
||||
with a single domain, or a list of string domains to limit the selection
|
||||
@ -826,7 +826,7 @@ entity:
|
||||
required: false
|
||||
domain:
|
||||
description: >
|
||||
When set, the list only includes floors that have entities of certain domains,
|
||||
When set, the list only includes floors that have entities of certain [domains](/docs/configuration/entities_domains/#domains),
|
||||
for example, [`light`](/integrations/light) or
|
||||
[`binary_sensor`](/integrations/binary_sensor). Can be either a string
|
||||
with a single domain, or a list of string domains to limit the selection to.
|
||||
@ -1380,7 +1380,7 @@ entity:
|
||||
required: false
|
||||
domain:
|
||||
description: >
|
||||
Limits the targets to entities of a certain domain(s),
|
||||
Limits the targets to entities of a certain [domain(s)](/docs/configuration/entities_domains/#domains),
|
||||
for example, [`light`](/integrations/light) or
|
||||
[`binary_sensor`](/integrations/binary_sensor). Can be either a
|
||||
with a single domain, or a list of string domains to limit the
|
||||
|
Loading…
x
Reference in New Issue
Block a user