mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 13:05:27 -06:00
Remove documentation of device filter for target selector (#41258)
This commit is contained in:
parent
4ec0b1f5ce
commit
b893f9e21d
@ -1486,34 +1486,6 @@ target:
|
||||
```
|
||||
|
||||
{% configuration target %}
|
||||
device:
|
||||
description: >
|
||||
When device options are provided, the targets are limited by devices
|
||||
that at least match the given conditions. Can be either a object or a list
|
||||
of object.
|
||||
type: list
|
||||
keys:
|
||||
integration:
|
||||
description: >
|
||||
Can be set to an integration domain. Limits the device targets that
|
||||
are provided devices by the set integration domain, for example,
|
||||
[`zha`](/integrations/zha).
|
||||
type: string
|
||||
required: false
|
||||
manufacturer:
|
||||
description: >
|
||||
When set, it limits the targets to devices provided by the set
|
||||
manufacturer name.
|
||||
type: string
|
||||
required: false
|
||||
model:
|
||||
description: When set, it limits the targets to devices by the set model.
|
||||
type: string
|
||||
required: false
|
||||
model_id:
|
||||
description: When set, the targets are limited to devices that have the set model ID.
|
||||
type: string
|
||||
required: false
|
||||
entity:
|
||||
description: >
|
||||
When entity options are provided, the targets are limited by entities
|
||||
@ -1572,18 +1544,6 @@ target:
|
||||
domain: light
|
||||
```
|
||||
|
||||
Another example using the target selector, which only shows targets that
|
||||
provide one or more remote controls, provided by the
|
||||
[deCONZ](/integrations/deconz) integration.
|
||||
|
||||
```yaml
|
||||
target:
|
||||
device:
|
||||
- integration: deconz
|
||||
manufacturer: IKEA of Sweden
|
||||
model: TRADFRI remote control
|
||||
```
|
||||
|
||||
## Template selector
|
||||
|
||||
The template selector can be used to input a Jinja2 template. This is useful
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user