mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix binding name (#17909)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
856fa74459
commit
2c9947cdf3
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user