fix: Revert to bearer token for ntfy
This commit is contained in:
@@ -21,11 +21,8 @@ notify:
|
||||
platform: rest
|
||||
method: POST_JSON
|
||||
resource: !secret ntfy_url
|
||||
authentication: basic
|
||||
username: !secret ntfy_username
|
||||
password: !secret ntfy_password
|
||||
# headers:
|
||||
# Authorization: !secret ntfy_token
|
||||
headers:
|
||||
Authorization: !secret ntfy_token
|
||||
title_param_name: title
|
||||
message_param_name: message
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user