-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[prowl] Initial contribution #10967
[prowl] Initial contribution #10967
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some comments you might want to incorporate when you continue working on this. 👍
It also seems the binding is still missing from the BOM file in bom/openhab-addons/pom.xml
and you can also add yourself to the CODEOWNERS file. 🙂
...ab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlBindingConstants.java
Outdated
Show resolved
Hide resolved
...enhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlConfiguration.java
Outdated
Show resolved
Hide resolved
...org.openhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlHandler.java
Outdated
Show resolved
Hide resolved
...org.openhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlHandler.java
Outdated
Show resolved
Hide resolved
...org.openhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlHandler.java
Outdated
Show resolved
Hide resolved
...org.openhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlHandler.java
Outdated
Show resolved
Hide resolved
...nhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/ProwlHandlerFactory.java
Outdated
Show resolved
Hide resolved
...nhab.binding.prowl/src/main/java/org/openhab/binding/prowl/internal/action/ProwlActions.java
Show resolved
Hide resolved
Thanks for addressing my comments @octa22! It seems a somfytahoma commit now also ended up on this branch. Can you remove it and also make SAT happy by adding a new line at the end of the readme? |
Thanks @wborn , I hope that everything is OK now. |
Can you also add the default translations to It is also possible to make the ThingActions texts translatable using |
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! 👍 Let's merge it now everything has been addressed. 🚀
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
Hi @octa22 Would it be possible to get priority added to the prowl notifications? For example in the OH1 bindings, we could use this format:
We had to pass the key again as the first input, then the message, and we could send priority 0 - 5. Each different number makes a different notification sound on an iOS device. It would be great if you knew a way for the new bindings to support this too? |
Signed-off-by: Ondrej Pecta <opecta@gmail.com> Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Signed-off-by: Ondrej Pecta <opecta@gmail.com> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
This is the binding for the Prowl (https://www.prowlapp.com) iOS push service.
It has been written from scratch and therefore it is not based on the original 1.x Prowl binding.
It has no other purpose than sending push messages to iOS devices.
Signed-off-by: Ondrej Pecta opecta@gmail.com