Skip to content

Commit ee9697b

Browse files
authoredFeb 12, 2025
[airparif] New binding (openhab#17625)
* Initial commit Signed-off-by: Gaël L'hopital <gael@lhopital.org>
1 parent 2726ed1 commit ee9697b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4077
-0
lines changed
 

‎CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/bundles/org.openhab.binding.adorne/ @theiding
1616
/bundles/org.openhab.binding.ahawastecollection/ @soenkekueper
1717
/bundles/org.openhab.binding.airgradient/ @austvik
18+
/bundles/org.openhab.binding.airparif/ @clinique
1819
/bundles/org.openhab.binding.airq/ @aurelio1 @fwolter
1920
/bundles/org.openhab.binding.airquality/ @openhab/add-ons-maintainers
2021
/bundles/org.openhab.binding.airvisualnode/ @3cky

‎bom/openhab-addons/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<artifactId>org.openhab.binding.airgradient</artifactId>
6767
<version>${project.version}</version>
6868
</dependency>
69+
<dependency>
70+
<groupId>org.openhab.addons.bundles</groupId>
71+
<artifactId>org.openhab.binding.airparif</artifactId>
72+
<version>${project.version}</version>
73+
</dependency>
6974
<dependency>
7075
<groupId>org.openhab.addons.bundles</groupId>
7176
<artifactId>org.openhab.binding.airq</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.