You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I succeed to configure the plugin and send message to my Ntfy via Home Assistant, so thank you for that !
But there is a problem, when I put data properties like "priority" or "click", I don't receive any message.
Here are Home Assistant logs output:
Logger: custom_components.ntfy.notify
Source: custom_components/ntfy/notify.py:89
Integration: ntfy (documentation, issues)
First occurred: 10:29:29 (9 occurrences)
Last logged: 11:47:53
Error while sending ntfy.sh message: 400 Client Error: Bad Request for url: https://###/
To test, I used your codes snippets (by replacing service by my ntfy service) like this one:
action:
- service: notify.my_ntfydata:
message: "This is a test message."title: "ntfy Test"data:
priority: 10
The text was updated successfully, but these errors were encountered:
Since the issue is still open... the test snippets in the repository are wrong. the priorities range had a max of 5 so a priority of 10 will result in a 400 Bad Request
Hi,
I succeed to configure the plugin and send message to my Ntfy via Home Assistant, so thank you for that !
But there is a problem, when I put data properties like "priority" or "click", I don't receive any message.
Here are Home Assistant logs output:
To test, I used your codes snippets (by replacing service by my ntfy service) like this one:
The text was updated successfully, but these errors were encountered: