mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
missing comma preventing other voices (#24487)
This commit is contained in:
parent
1efccf2d90
commit
4c328e4959
@ -23,7 +23,7 @@ SUPPORTED_VOICES = [
|
||||
"de-DE_BirgitVoice",
|
||||
"de-DE_BirgitV2Voice",
|
||||
"de-DE_DieterVoice",
|
||||
"de-DE_DieterV2Voice"
|
||||
"de-DE_DieterV2Voice",
|
||||
"en-GB_KateVoice",
|
||||
"en-US_AllisonVoice",
|
||||
"en-US_AllisonV2Voice",
|
||||
|
Loading…
x
Reference in New Issue
Block a user