From c555a4d4d6e82fcf0ca46d5006943200df9700e1 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 3 Apr 2023 18:05:57 +0200 Subject: [PATCH] Clarify service field filter (#1739) --- docs/dev_101_services.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.