Skip to content
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
20 changes: 19 additions & 1 deletion source/_docs/blueprint/selectors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ entity:
the selection to.
type: [device_class, list]
required: false
supported_features:
description: >
Limits the list of areas to areas that have entities with a certain
supported feature, for example, `light.LightEntityFeature.TRANSITION` or `climate.ClimateEntityFeature.TARGET_TEMPERATURE`. Should be a list of features.
type: list
required: false
multiple:
description: >
Allows selecting multiple areas. If set to `true`, the resulting value of
Expand Down Expand Up @@ -401,12 +407,18 @@ entity:
required: false
device_class:
description: >
Limits the list of entities to entities that have a certain device
Limits the list of devices to devices that have entities with a certain device
class(es), for example, `motion` or `window`. Can be either a string
with a single device_class, or a list of string device_class to limit
the selection to.
type: [device_class, list]
required: false
supported_features:
description: >
Limits the list of devices to devices that have entities with a certain
supported feature, for example, `light.LightEntityFeature.TRANSITION` or `climate.ClimateEntityFeature.TARGET_TEMPERATURE`. Should be a list of features.
type: list
required: false
filter:
description: >
When filter options are provided, the list of devices is filtered by devices
Expand Down Expand Up @@ -563,6 +575,12 @@ filter:
or a list of string device_class to limit the selection to.
type: [device_class, list]
required: false
supported_features:
description: >
Limits the list of entities to entities that have a certain
supported feature, for example, `light.LightEntityFeature.TRANSITION` or `climate.ClimateEntityFeature.TARGET_TEMPERATURE`. Should be a list of features.
type: list
required: false
multiple:
description: >
Allows selecting multiple entities. If set to `true`, the resulting value of
Expand Down