parent
24643dd7f2
commit
3a278f328b
|
@ -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