Adapt unsupported microphone message (#16419)

This commit is contained in:
Paul Bottein 2023-05-05 00:18:18 +02:00 committed by GitHub
parent 4e5a18d272
commit 643556ded3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ export class HaVoiceCommandDialog extends LitElement {
text: html`
<p>
${this.hass.localize(
"ui.dialogs.voice_command.not_supported_microphone"
"ui.dialogs.voice_command.not_supported_microphone_browser"
)}
</p>
<p>

View File

@ -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"
},