diff --git a/src/components/ha-tts-picker.ts b/src/components/ha-tts-picker.ts index d9dfed597b..8d3fcb6b07 100644 --- a/src/components/ha-tts-picker.ts +++ b/src/components/ha-tts-picker.ts @@ -19,7 +19,10 @@ import type { HaSelect } from "./ha-select"; const NONE = "__NONE_OPTION__"; -const NAME_MAP = { cloud: "Home Assistant Cloud" }; +const NAME_MAP = { + cloud: "Home Assistant Cloud", + google_translate: "Google Translate", +}; @customElement("ha-tts-picker") export class HaTTSPicker extends LitElement {