From f5a4a24b38fb19105fef22b4dbe28ae93af52eae Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 27 Nov 2020 21:06:45 +0100 Subject: [PATCH] Fix excemptions lovelace example (#15766) --- source/lovelace/actions.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/actions.markdown b/source/lovelace/actions.markdown index 34592a1ac43..c1987a35b9f 100644 --- a/source/lovelace/actions.markdown +++ b/source/lovelace/actions.markdown @@ -199,8 +199,8 @@ double_tap_action: confirmation: text: Are you sure you want to restart? exemptions: - - x9405b8c64ee49bb88c42000e0a9dfa8 - - 88bcfbdc39155d16c3b2d09cbf8b0367 + - user: x9405b8c64ee49bb88c42000e0a9dfa8 + - user: 88bcfbdc39155d16c3b2d09cbf8b0367 service: script.restart ```