homeassistant-gotify icon indicating copy to clipboard operation
homeassistant-gotify copied to clipboard

HACS Install instructions a little off.

Open Krojack opened this issue 1 year ago • 4 comments

Just an FYI, Your custom component isn't listed in the default HACS when you search. People need to first add your github URL

In HACS go to integrations and click the 3 dots in the upper right add a new custom repository Input https://github.com/1RandomDev/homeassistant-gotify as the URL Select Integration as the category then click add.

Now someone can search for Gotify Notifications and it will show up.

Krojack avatar May 31 '24 15:05 Krojack

Thanks I should probably make this more clear in the README. My initial plan was to publish the repository in HACS but it was such a pain in the ass to get it published there with all the tests and the requirement of having an icon in the HomeAssistant brands repository where I again got rejected because the name could be confused with an official intagration thet does not exist... So I just decided to close all pull requests and maintain the repo myself until HA gets official support for Gotify.

1RandomDev avatar May 31 '24 15:05 1RandomDev

I'm too stupid to figure it out as well

I've installed it, but it looks to me the instructions are saying you can add something like this to yaml files

action:

  • service: notify.my_gotify data: message: "This is a test message." title: "Gotify Test" data: priority: 10 extras: 'client::notification': bigImageUrl: https://placekitten.com/400/300

But I keep getting

Message malformed: extra keys not allowed @ data['action']

The default UI for the actions doesn't seem to send messages. I know it's not a help thingy here but the instructions do help for newbies like me lol

rightsaidfred99 avatar Jul 22 '24 07:07 rightsaidfred99

add something like this to yaml files

What you posted goes into the action part of your automation (or you can configure it via the GUI like any other notification provider). To the YAML file you have to add the code that's under Configuration

1RandomDev avatar Jul 22 '24 18:07 1RandomDev

I get the following error, when i sent a message via the automation. hat eine unbekannte Aktion: notify.my_gotify

Grisu1986 avatar Jan 06 '25 22:01 Grisu1986