From 7df05d6b56078a60e070efef5cc25354c8c8d9f3 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 10 Jan 2021 21:43:55 +0100 Subject: [PATCH] Made the user exemptions for action confirmation a bit clearer (#16143) The part "can view the view tab" was quite confusing here. --- source/lovelace/actions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/actions.markdown b/source/lovelace/actions.markdown index c1987a35b9f..78f6c90aea8 100644 --- a/source/lovelace/actions.markdown +++ b/source/lovelace/actions.markdown @@ -189,7 +189,7 @@ exemptions: {% configuration exemptions %} user: required: true - description: User id that can see the view tab. For each user“s id listed, the confirmation dialog will NOT be shown. + description: User ID for which the confirmation dialog will **not** be shown. type: string {% endconfiguration %}