/Remote-PicoTTS

A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,

Primary LanguagePythonApache License 2.0Apache-2.0

Home Assistant Component for a remote picoTTS installation.

hacs_badge

This is a component for Home Assistant which integrates picoTTS from a remote server. Its recommended to run the server via my Home Assistant Supervisor Addon.

Installation

HACS

Install it in the Integrations tab on the Home Asssistant Community Store.

Manual way

To use it, copy the picotts_remote folder inside your config/custom_components folder on your home assistant installation first.

Configuration

Add following config to your yaml if you are using the Supervisor Addon

tts:
  - platform: picotts_remote

The integration will connect to picoTTS after an Home Assistant restart.

Other host

For setting your own host and port:

tts:
  - platform: picotts_remote
    host: <host>
    port: <port>

Language

The languge can be set to the languages: en-US, en-GB, de-DE, es-ES, fr-FR and it-IT via the language key.

tts:
  - platform: picotts_remote
    language: "de-DE"