I'm trying to setup the Gotify notification service with HA. I have a Gotify server running, and can successfully send a message to it using a curl command (and the Gotify HA app token). However, I cannot get it working with HA.
I have the HACS integration installed and I've added this notify item to the configuration.yaml file:
notify:
- name: "my gotify"
platform: gotify
url: <gotify_url>
token: <gotify_token>
verify_ssl: false
Questions:
- For the platform value, should this be 'gotify' or 'rest'? I've seen references to both, but when I created the rest item, it doesn't show up as a notify action.
- For the url, should I use https://gotify.mydomain.com or https://gotify.mydomain.com/message?
- For the token value above, is this the Gotify app token created for HA?
I'm trying to setup the Gotify notification service with HA. I have a Gotify server running, and can successfully send a message to it using a curl command (and the Gotify HA app token). However, I cannot get it working with HA.
I have the HACS integration installed and I've added this notify item to the configuration.yaml file:
Questions: