forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add fix for additional invalid unit formats #6
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Markus Michels <[email protected]>
Signed-off-by: Fabian Fagerholm <[email protected]>
…ngs (openhab#15921) * [openwebnet] initial support for general/area light events Signed-off-by: Massimo Valla <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]>
* Add null annotations Signed-off-by: Jacob Laursen <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]>
Signed-off-by: Jacob Laursen <[email protected]>
* Reformat table Markdown Signed-off-by: Jacob Laursen <[email protected]>
After core changes to ColorUtil the Y part can no longer be used as brightness. Signed-off-by: Jan N. Klug <[email protected]>
Fixes openhab#16764 Signed-off-by: Michael Wodniok <[email protected]>
* Fix delivery demand labels * Add upgrade instructions Signed-off-by: Leo Siepel <[email protected]>
* [PiperTTS] Reduce bundle size Signed-off-by: Miguel Álvarez <[email protected]>
* [gridbox] Add binding for Viessmann GridBox - Initial contribution Signed-off-by: Benedikt Kuntz <[email protected]>
…ing (openhab#16751) Signed-off-by: Ondrej Pecta <[email protected]>
* fix mqtt tests Signed-off-by: Mark Herwege <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
* New translations exec.properties (Hungarian) * New translations jsscripting.properties (Hungarian)
…cameras. (openhab#16777) * Fault find stream Signed-off-by: Matthew Skinner <[email protected]>
* Sync runtime dependencies with Karaf 4.4.6, most status t notably: * Jetty 9.4.54.v20240208, addresses CVE-2024-22201 * Pax Logging 2.2.7 * Pax Web 8.0.27 * ASM 9.7 * Resolve itest runbundles Signed-off-by: Holger Friedrich <[email protected]>
Signed-off-by: mueller-ma <[email protected]>
* audio/video mute Signed-off-by: Nils Schnabel <[email protected]> Co-authored-by: Leo Siepel <[email protected]>
) * [samsungtv] add certificate trust Signed-off-by: Nick Waterton <[email protected]>
…penhab#16782) Signed-off-by: Jimmy Tanagra <[email protected]>
Signed-off-by: Gaël L'hopital <[email protected]> Signed-off-by: clinique <[email protected]>
* Create dynamic channels for writable numeric parameters Signed-off-by: Anders Alfredsson <[email protected]>
Signed-off-by: Anders Alfredsson <[email protected]>
Signed-off-by: Anders Alfredsson <[email protected]>
Signed-off-by: Anders Alfredsson <[email protected]>
Wrong branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The myUplink api returns some units in the wrong format. This PR adds conversions for 'days' -> 'd' and 'm3/h' -> 'm³/h', so the OH unit parser can understand them.