Fix excemptions lovelace example (#15766)

This commit is contained in:
Franck Nijhof 2020-11-27 21:06:45 +01:00 committed by GitHub
parent db33a0fc70
commit f5a4a24b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,8 +199,8 @@ double_tap_action:
confirmation: confirmation:
text: Are you sure you want to restart? text: Are you sure you want to restart?
exemptions: exemptions:
- x9405b8c64ee49bb88c42000e0a9dfa8 - user: x9405b8c64ee49bb88c42000e0a9dfa8
- 88bcfbdc39155d16c3b2d09cbf8b0367 - user: 88bcfbdc39155d16c3b2d09cbf8b0367
service: script.restart service: script.restart
``` ```