diff --git a/docs/dev_101_services.md b/docs/dev_101_services.md index 50f151b7..fc3ff1bf 100644 --- a/docs/dev_101_services.md +++ b/docs/dev_101_services.md @@ -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.