Skip to content

Gotify and HA setup (and iPhone notifications) not working #5

Description

@gmsiegel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions