Update the link to the docs (#5321)

This commit is contained in:
Fabian Affolter 2017-01-14 15:16:42 +01:00 committed by GitHub
parent f2a42d767e
commit 2e7ae1d5fe

View File

@ -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 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 os
import tempfile import tempfile
@ -33,10 +33,10 @@ def get_engine(hass, config):
class PicoProvider(Provider): class PicoProvider(Provider):
"""pico speech api provider.""" """The Pico TTS API provider."""
def __init__(self, lang): def __init__(self, lang):
"""Initialize pico provider.""" """Initialize Pico TTS provider."""
self._lang = lang self._lang = lang
@property @property