Clarify service field filter (#1739)

This commit is contained in:
Erik Montnemery 2023-04-03 18:05:57 +02:00 committed by GitHub
parent ddadba07e0
commit c555a4d4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.