Add openHAB 2.2.0

* Replace 2.2.0-SNAPSHOT with the stable 2.2.0 release
* Updates the default template from 2.1.0 to 2.2.0
* Add new template for testing openHAB 2.3.0-SNAPSHOT

Signed-off-by: Wouter Born <eclipse@maindrain.net>
This commit is contained in:
Wouter Born
2017-12-19 01:00:42 +01:00
parent cd4dad00de
commit 24571d0ec8
6 changed files with 203 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
## Introduction
The open Home Automation Bus (openHAB) project aims at providing a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi.
It is designed to be absolutely vendor-neutral as well as hardware/protocol-agnostic. openHAB brings together different bus systems, hardware devices and interface protocols by dedicated bindings. These bindings send and receive commands and status updates on the openHAB event bus. This concept allows designing user interfaces with a unique look & feel, but with the possibility to operate devices based on a big number of different technologies. Besides the user interfaces, it also brings the power of automation logics across different system boundaries.
For further Information please refer to [www.openhab.org](http://www.openhab.org).
## Getting Started
Refer to the [tutorials](http://docs.openhab.org/tutorials) on how to get started with openHAB.
## Community: How to Get Involved
In case of problems or questions, please join the [openHAB community](https://community.openhab.org).