Skip to content

Commit

Permalink
Show add-on intros in Main UI (openhab#13992)
Browse files Browse the repository at this point in the history
Using these Markdown tweaks a small intro will show in Main UI instead of emptyness and a "more" button.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and nemerdaud committed Feb 28, 2023
1 parent fea69ca commit fc4c76c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions bundles/org.openhab.binding.pioneeravr/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions bundles/org.openhab.voice.mactts/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions bundles/org.openhab.voice.marytts/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions bundles/org.openhab.voice.picotts/README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 0 additions & 2 deletions bundles/org.openhab.voice.voicerss/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fc4c76c

Please sign in to comment.