mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Add documentation for supported features selector (#26882)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
e8b685ed86
commit
67a126fe36
@ -170,6 +170,12 @@ entity:
|
|||||||
the selection to.
|
the selection to.
|
||||||
type: [device_class, list]
|
type: [device_class, list]
|
||||||
required: false
|
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:
|
multiple:
|
||||||
description: >
|
description: >
|
||||||
Allows selecting multiple areas. If set to `true`, the resulting value of
|
Allows selecting multiple areas. If set to `true`, the resulting value of
|
||||||
@ -401,12 +407,18 @@ entity:
|
|||||||
required: false
|
required: false
|
||||||
device_class:
|
device_class:
|
||||||
description: >
|
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
|
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
|
with a single device_class, or a list of string device_class to limit
|
||||||
the selection to.
|
the selection to.
|
||||||
type: [device_class, list]
|
type: [device_class, list]
|
||||||
required: false
|
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:
|
filter:
|
||||||
description: >
|
description: >
|
||||||
When filter options are provided, the list of devices is filtered by devices
|
When filter options are provided, the list of devices is filtered by devices
|
||||||
@ -563,6 +575,12 @@ filter:
|
|||||||
or a list of string device_class to limit the selection to.
|
or a list of string device_class to limit the selection to.
|
||||||
type: [device_class, list]
|
type: [device_class, list]
|
||||||
required: false
|
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:
|
multiple:
|
||||||
description: >
|
description: >
|
||||||
Allows selecting multiple entities. If set to `true`, the resulting value of
|
Allows selecting multiple entities. If set to `true`, the resulting value of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user