fix: Use HTTP Basic authentication for ntfy

This commit is contained in:
2024-11-17 14:46:22 -08:00
parent fc250d4c58
commit 46a578137d

View File

@@ -21,8 +21,11 @@ notify:
platform: rest
method: POST_JSON
resource: !secret ntfy_url
headers:
Authorization: !secret ntfy_token
authentication: basic
username: !secret ntfy_username
password: !secret ntfy_password
# headers:
# Authorization: !secret ntfy_token
title_param_name: title
message_param_name: message
data: