]> git.basschouten.com Git - openhab-addons.git/commitdiff
Show add-on intros in Main UI (#13992)
authorWouter Born <github@maindrain.net>
Sat, 17 Dec 2022 22:53:57 +0000 (23:53 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 22:53:57 +0000 (23:53 +0100)
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>
bundles/org.openhab.binding.pioneeravr/README.md
bundles/org.openhab.voice.mactts/README.md
bundles/org.openhab.voice.marytts/README.md
bundles/org.openhab.voice.picotts/README.md
bundles/org.openhab.voice.voicerss/README.md

index 2e861d20a625d159db62f3b110b6a5205178a2a0..40b5d6cfc5006722e17ba1337d8d9b425bb6ed33 100644 (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.
index 2a7094ee35043cd43baa838d23039d1b04aa7f21..6fc7701df963cc1e2338a600cddea24a1fc2abb4 100644 (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.
index 0a89178a559fa82a05ed6aea1dc41c002a1edcb6..cd542dd69f2c603c255a0f26bd66fd5f6c87b518 100644 (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.
index b97cfd69b292cba2d7b23b90cd0b226a1d0220e7..cee6eb0ae1ffdf0e2abf2da450a20570084f4532 100644 (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,
index 5d8d908455d81c3a6dd9ee9fdb80da580b98a20a..881289ee51c7845d6605a96c5528ab09164979db 100644 (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.