mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Show add-on intros in Main UI (#13992)
Using these Markdown tweaks a small intro will show in Main UI instead of emptyness and a "more" button. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
6753234e32
commit
d03d3e4342
@ -1,5 +1,7 @@
|
||||
# Pioneer AVR Binding
|
||||
|
||||
This binding integrates Pioneer AVRs.
|
||||
|
||||
## Binding configuration
|
||||
|
||||
The binding can auto-discover the Pioneer AVRs present on your local network.
|
||||
|
@ -1,7 +1,5 @@
|
||||
# macOS Text-to-Speech
|
||||
|
||||
## Overview
|
||||
|
||||
The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.
|
||||
|
||||
Obviously, this service only works on a host that is running macOS.
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Mary Text-to-Speech
|
||||
|
||||
## Overview
|
||||
|
||||
The Mary Text-to-Speech (TTS) service is a pure Java implementation of a TTS service, which uses the [MaryTTS](http://mary.dfki.de/) project of DFKI.
|
||||
|
||||
While it provides good quality results, it must be noted that it is too heavy-weight for most embedded hardware like a Raspberry Pi. When using this service, you should be running openHAB on some real server instead.
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Pico Text-to-Speech
|
||||
|
||||
## Overview
|
||||
|
||||
The Pico Text-to-Speech (TTS) service uses the TTS binary from SVOX for producing spoken text.
|
||||
|
||||
You manually need to install the pico2wave binary in order for this service to work correctly. You can,
|
||||
|
@ -1,7 +1,5 @@
|
||||
# VoiceRSS Text-to-Speech
|
||||
|
||||
## Overview
|
||||
|
||||
VoiceRSS is an Internet based TTS service hosted at <https://api.voicerss.org>.
|
||||
You must obtain an API Key to get access to this service.
|
||||
The free version allows you to make up to 350 requests per day; for more you may need a commercial subscription.
|
||||
|
Loading…
Reference in New Issue
Block a user