TTS view to serve a speech audio.
Definition at line 1084 of file __init__.py.
◆ __init__()
| None homeassistant.components.tts.TextToSpeechView.__init__ |
( |
|
self, |
|
|
SpeechManager |
tts |
|
) |
| |
◆ get()
| web.Response homeassistant.components.tts.TextToSpeechView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
filename |
|
) |
| |
◆ name
| string homeassistant.components.tts.TextToSpeechView.name = "api:tts_speech" |
|
static |
◆ requires_auth
| bool homeassistant.components.tts.TextToSpeechView.requires_auth = False |
|
static |
◆ tts
| homeassistant.components.tts.TextToSpeechView.tts |
◆ url
| string homeassistant.components.tts.TextToSpeechView.url = "/api/tts_proxy/{filename}" |
|
static |
The documentation for this class was generated from the following file: