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:
Wouter Born 2022-12-17 23:53:57 +01:00 committed by GitHub
parent 6753234e32
commit d03d3e4342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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,

View File

@ -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.