mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 21:36:31 +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
|
||||
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
|
||||
in general.
|
||||
|
Loading…
x
Reference in New Issue
Block a user