Skip to content

Commit

Permalink
[salus] Initial contribution (openhab#16065)
Browse files Browse the repository at this point in the history
* Init salus binding

Signed-off-by: Martin Grześlowski <martin.grzeslowski@gmail.com>
Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
Co-authored-by: Leo Siepel <leosiepel@gmail.com>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
  • Loading branch information
3 people authored and psmedley committed Jun 15, 2024
1 parent 5678de2 commit 4bf4610
Show file tree
Hide file tree
Showing 36 changed files with 4,735 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
/bundles/org.openhab.binding.russound/ @openhab/add-ons-maintainers
/bundles/org.openhab.binding.sagercaster/ @clinique
/bundles/org.openhab.binding.saicismart/ @tisoft @dougculnane
/bundles/org.openhab.binding.salus/ @magx2
/bundles/org.openhab.binding.samsungtv/ @paulianttila
/bundles/org.openhab.binding.satel/ @druciak
/bundles/org.openhab.binding.semsportal/ @itb3
Expand Down
5 changes: 5 additions & 0 deletions bom/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,11 @@
<artifactId>org.openhab.binding.saicismart</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.salus</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.samsungtv</artifactId>
Expand Down
30 changes: 30 additions & 0 deletions bundles/org.openhab.binding.salus/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
This content is produced and maintained by the openHAB project.

* Project home: https://www.openhab.org

== Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.

== Source Code

https://github.com/openhab/openhab-addons

== Third-party Content

caffeine
* License: Apache License 2.0
* Project: https://github.com/ben-manes/caffeine
* Source: https://github.com/ben-manes/caffeine

error_prone_annotations
* License: Apache License 2.0
* Project: https://github.com/google/error-prone
* Source: https://github.com/google/error-prone

checker-qual
* License: GNU General Public License (GPL), version 2, with the classpath exception (https://checkerframework.org/manual/#license)
* Project: https://checkerframework.org/
* Source: https://github.com/typetools/checker-framework
Loading

0 comments on commit 4bf4610

Please sign in to comment.