diff --git a/packages/notification/notification.yaml b/packages/notification/notification.yaml index 1f0a90e..b783529 100644 --- a/packages/notification/notification.yaml +++ b/packages/notification/notification.yaml @@ -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: