added voice to addons overview

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/141/head
Kai Kreuzer 2016-11-18 08:38:31 +01:00
parent adcd0d774f
commit 52b766b8f2
No known key found for this signature in database
GPG Key ID: 5110767B6248D3C0
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ _Note_: If you are successfully using a 1.x add-on with the 2.0 runtime, which i
| Add-on Type | Description | | Add-on Type | Description |
|-------------|----------------------| |-------------|----------------------|
|[Bindings](bindings.html)| Bindings integrate physical hardware, external systems and web services in openHAB | |[Bindings](bindings.html)| Bindings integrate physical hardware, external systems and web services in openHAB |
|[Voice Services](voice.html)| Services that provide voice enabling features, such as text-to-speech, speech-to-text etc. |
|[System Integration](io.html)| System integrations expose openHAB to an external system | |[System Integration](io.html)| System integrations expose openHAB to an external system |
|[User Interfaces](uis.html)| User interfaces are either native smartphone apps or web applications that access the openHAB server through the REST API | |[User Interfaces](uis.html)| User interfaces are either native smartphone apps or web applications that access the openHAB server through the REST API |
|[1.x Addons](1xaddons.html)| Add-ons from openHAB 1 (bindings, actions, persistence services, etc.) | |[1.x Addons](1xaddons.html)| Add-ons from openHAB 1 (bindings, actions, persistence services, etc.) |

View File

@ -50,7 +50,7 @@ within DSL rules.
### Text-to-Speech ### Text-to-Speech
In order to use text-to-speech, you need to install at least one [TTS service](../addons/voice.html). In order to use text-to-speech, you need to install at least one [TTS service]({{base}}/addons/voice.html).
Once you have done so, you will find voices available in your system: Once you have done so, you will find voices available in your system:
``` ```