mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 05:46:30 +00:00
Clarify service field filter (#1739)
This commit is contained in:
parent
ddadba07e0
commit
c555a4d4d6
@ -126,7 +126,10 @@ set_speed:
|
|||||||
|
|
||||||
In some cases, entities from a service's domain may not support all service fields. By
|
In some cases, entities from a service's domain may not support all service fields. By
|
||||||
providing a `filter` for the field description, the field will only be shown if at least
|
providing a `filter` for the field description, the field will only be shown if at least
|
||||||
on selected entity supports the field.
|
one selected entity supports the field according to the configured filter.
|
||||||
|
|
||||||
|
If multiple filters are specified, the field will be shown if at least one selected entity
|
||||||
|
passes at least one filter.
|
||||||
|
|
||||||
The filter supports filtering on `supported_features` as well as on state attribute values
|
The filter supports filtering on `supported_features` as well as on state attribute values
|
||||||
in general.
|
in general.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user