From 8ce8b63cfc06cc7fea4e697dafada98fc25e019e Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 5 May 2023 00:18:18 +0200 Subject: [PATCH] Adapt unsupported microphone message (#16419) --- src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts | 2 +- src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts index aabdb1e7c4..dff378453a 100644 --- a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts +++ b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts @@ -418,7 +418,7 @@ export class HaVoiceCommandDialog extends LitElement { text: html`

${this.hass.localize( - "ui.dialogs.voice_command.not_supported_microphone" + "ui.dialogs.voice_command.not_supported_microphone_browser" )}

diff --git a/src/translations/en.json b/src/translations/en.json index 1b0de3e707..8b2cf3530d 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -839,7 +839,7 @@ "send_text": "Send text", "start_listening": "Start listening", "manage_assistants": "Manage assistants", - "not_supported_microphone": "Microphone is not supported. You need to access Home Assistant from a secure URL (HTTPS) to use it.", + "not_supported_microphone_browser": "Your connection to Home Assistant is not secured using HTTPS. This causes browsers to block Home Assistant from accessing the microphone.", "not_supported_microphone_documentation": "Visit {documentation_link} to learn how to use a secure URL", "not_supported_microphone_documentation_link": "the documentation" },