Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest release? Global api-token #32

Open
SoftXperience opened this issue Feb 6, 2020 · 2 comments
Open

Latest release? Global api-token #32

SoftXperience opened this issue Feb 6, 2020 · 2 comments

Comments

@SoftXperience
Copy link

Hi,
is this lib still maintained? The latest release was 0.4, but there are some commits after that.

This lib is used by a home-assistant component. The problem is that if I use multiple api-keys, in version 0.4 it seems to be stored globally, so not working.

But it seems that this is fixed on master branch. But I can't use and adopt it in home-assistant as there is no release after 0.4

@CMon
Copy link

CMon commented Feb 8, 2020

Funny I just ran into the same problem, I worked around by not using the plugin, but using the rest api directly:

notify:
    - name: notifyGroup
      platform: rest
      method: POST
      resource: 'https://api.pushover.net/1/messages.json'
      message_param_name: message
      title_param_name: title
      data:
          user: <user/group key>
          token: <api key>

just a few lines more than the pushover api

@SoftXperience
Copy link
Author

Yeah, it's so pretty trivial, I wouldn't use a library at all. But that's not allowed in the home assistant bindings...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants