mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Update the link to the docs (#5321)
This commit is contained in:
parent
f2a42d767e
commit
2e7ae1d5fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user