Skip to content

Commit 4d65c67

Browse files
authored
Add cloud to stt in language support (#3044)
1 parent d470a88 commit 4d65c67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

languages.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ en:
5151
speech-to-text:
5252
speech-to-phrase: true
5353
whisper: true
54+
cloud: true
5455
text-to-speech:
5556
piper: true
5657
cloud: true

script/intentfest/validate.py

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def validate(value) -> vol.Schema:
8787
vol.Optional("speech-to-text"): {
8888
vol.Optional("speech-to-phrase"): bool,
8989
vol.Optional("whisper"): bool,
90+
vol.Optional("cloud"): bool,
9091
},
9192
vol.Optional("text-to-speech"): {
9293
vol.Optional("piper"): bool,

0 commit comments

Comments
 (0)