From 3c8681c17fe366029e59408de4a79d3cce526634 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 9 Oct 2021 23:51:26 -0700 Subject: [PATCH] Clarify the role of `update_entities`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04ce8ec..3f9f3e44 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ dimensions: | ------------- | - | --------------------------------------------- | | `label` | | A label used to filter events (clips & snapshots), e.g. 'person'.| | `zone` | | A zone used to filter events (clips & snapshots), e.g. 'front_door'.| -| `update_entities` | | A list of entity ids that should cause the card to re-render, this can be useful in the `clip` or `snapshot` mode to (for example) cause a motion sensor to trigger a card refresh. Configurable in YAML only. | +| `update_entities` | | A list of entity ids that should cause the whole card to re-render, this can be useful in the `clip` or `snapshot` mode to (for example) cause a motion sensor to trigger a card refresh. Configurable in YAML only. Entities used in picture elements / included in the menu do not need to be explicitly included here to be kept updated. |