Skip to content

A custom component for Home Assistant which integrates tk_tts.

License

Notifications You must be signed in to change notification settings

nagyrobi/home-assistant-custom-components-tk-tts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Component for a tk_tts 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 tk_tts 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: tk_tts

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

Other host

For setting your own host and port:

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

Language

The languge can be set to any language supported by your Android device.

tts:
  - platform: tk_tts
    language: "de"

About

A custom component for Home Assistant which integrates tk_tts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%