From 2e7ae1d5fe8e18102d357890a89245b124a1af0e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jan 2017 15:16:42 +0100 Subject: [PATCH] Update the link to the docs (#5321) --- homeassistant/components/tts/picotts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/tts/picotts.py b/homeassistant/components/tts/picotts.py index 28db88c03b0..b0c5f5deef7 100644 --- a/homeassistant/components/tts/picotts.py +++ b/homeassistant/components/tts/picotts.py @@ -1,8 +1,8 @@ """ -Support for the picotts speech service. +Support for the Pico TTS speech service. For more details about this component, please refer to the documentation at -https://home-assistant.io/components/tts/picotts/ +https://home-assistant.io/components/tts.picotts/ """ import os import tempfile @@ -33,10 +33,10 @@ def get_engine(hass, config): class PicoProvider(Provider): - """pico speech api provider.""" + """The Pico TTS API provider.""" def __init__(self, lang): - """Initialize pico provider.""" + """Initialize Pico TTS provider.""" self._lang = lang @property