Merge commit '9b5503f148e75715cdceed7c87da2dc4be40ea4f' into HEAD

pull/1472/head
openHAB Build Server 2020-12-31 10:04:45 +00:00
commit a668dff38b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ title: Adding Things - Simple
# Adding Things - Simple
As covered in the [concepts section]({{base}}/docs/concepts/index.html) of the openHAB Docs, a binding is an add-on to openHAB that understands how to communicate with a specific home automation technology or API.
As covered in the [concepts section]({{base}}/concepts/index.html) of the openHAB Docs, a binding is an add-on to openHAB that understands how to communicate with a specific home automation technology or API.
A Thing represents a single device in openHAB.
Each sensor (information provided by the device) or actuator (control on the device that causes it to do something) is represented by a Channel on the Thing.
Things are the connection between openHAB and your external device or API using the binding.