-
-
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
[basicprofiles] Initial contribution #16754
Conversation
A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]>
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, I like this! I have added a few minor comments, otherwise LGTM.
I did a quick check on our discussion in #14529, and I think the main concern was the UI not being prepared for having many new profiles once a bundle like this is installed?
I compiled the profile, and it doesn't look very crowded to me yet for the few different item types I checked. @kaikreuzer - would you agree that in relation to your comment, this is not "uncontrolled growth"? 🙂
...main/java/org/openhab/transform/basicprofiles/internal/profiles/TimeRangeCommandProfile.java
Outdated
Show resolved
Hide resolved
...g.openhab.transform.basicprofiles/src/main/resources/OH-INF/i18n/basicprofiles_de.properties
Outdated
Show resolved
Hide resolved
...s/src/main/java/org/openhab/transform/basicprofiles/internal/profiles/RoundStateProfile.java
Outdated
Show resolved
Hide resolved
...s/src/main/java/org/openhab/transform/basicprofiles/internal/profiles/RoundStateProfile.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/openhab/transform/basicprofiles/internal/profiles/InvertStateProfile.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/openhab/transform/basicprofiles/internal/profiles/InvertStateProfile.java
Outdated
Show resolved
Hide resolved
...java/org/openhab/transform/basicprofiles/internal/profiles/GenericCommandTriggerProfile.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/openhab/transform/basicprofiles/internal/factory/BasicProfilesFactory.java
Show resolved
Hide resolved
Signed-off-by: Jan N. Klug <[email protected]>
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.
LGTM now.
bundles/org.openhab.transform.basicprofiles/src/main/resources/OH-INF/addon/addon.xml
Show resolved
Hide resolved
…/OH-INF/addon/addon.xml Co-authored-by: Jacob Laursen <[email protected]> Signed-off-by: J-N-K <[email protected]>
Sure, all fine! |
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
* [basicprofiles] Initial contribution A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Paul Smedley <[email protected]>
* [basicprofiles] Initial contribution A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Patrik Gfeller <[email protected]>
* [basicprofiles] Initial contribution A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]>
* [basicprofiles] Initial contribution A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]>
* [basicprofiles] Initial contribution A set of basic profiles with general use cases. See documentation for details. Also-By: Christoph Weitkamp <[email protected]> Also-By: Arne Seime <[email protected]> Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Ciprian Pascu <[email protected]>
A set of basic profiles with general use cases. See documentation for details.
This was originally contributed and forked from https://github.com/smarthomej/addons
Also-By: Christoph Weitkamp [email protected]
Also-By: Arne Seime [email protected]