Skip to content

Add link to "domains" #38408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/_docs/blueprint/selectors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down