Like @opus said, after installing the pushbullet action, you should find a new pushbullet.cfg in {openhab2-conf}/services/ Should be self explanatory
(This should definitely be mentioned in the documentation, although this is the common way, so feel free to add this information to the README.md in openhab1-addons/bundles/action/org.openhab.action.pushbullet at main · openhab/openhab1-addons · GitHub)
You need at least a github account to do this. The steps are:
- fork the repository
- make changes to the forked file
- make a commit
- make a pull request
- don’t forget to sign the pull request (this is done within the comment of the pull request. Last line should be like
Signed-off-by: Your Name your.email@provider.com- in doubt take a look at other pull requests.
- don’t forget to sign the pull request (this is done within the comment of the pull request. Last line should be like
- When everything went right, you can delete the fork.