Skip to content

Commit

Permalink
Fix binding name (openhab#17909)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored and lsiepel committed Dec 18, 2024
1 parent 24643dd commit 3a278f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.broadlinkthermostat/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Broadlink Binding
# Broadlink Thermostat Binding

The binding integrates devices based on broadlink controllers.
As the binding uses the [broadlink-java-api](https://github.com/mob41/broadlink-java-api), theoretically all devices supported by the api can be integrated with this binding.
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.broadlinkthermostat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>org.openhab.binding.broadlinkthermostat</artifactId>

<name>openHAB Add-ons :: Bundles :: Broadlink Binding</name>
<name>openHAB Add-ons :: Bundles :: Broadlink Thermostat Binding</name>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">

<type>binding</type>
<name>Broadlinkthermostat Binding</name>
<description>This is the binding for Broadlinkthermostat devices.</description>
<name>Broadlink Thermostat Binding</name>
<description>This is the binding for Broadlink thermostat devices.</description>
<connection>local</connection>
</addon:addon>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# add-on

addon.broadlinkthermostat.name = Broadlink Binding
addon.broadlinkthermostat.description = This is the binding for Broadlink devices.
addon.broadlinkthermostat.name = Broadlink Thermostat Binding
addon.broadlinkthermostat.description = This is the binding for Broadlink thermostat devices.

# thing types

Expand Down

0 comments on commit 3a278f3

Please sign in to comment.