mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Adapt unsupported microphone message (#16419)
This commit is contained in:
parent
11f77b09e6
commit
8ce8b63cfc
@ -418,7 +418,7 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
text: html`
|
text: html`
|
||||||
<p>
|
<p>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.dialogs.voice_command.not_supported_microphone"
|
"ui.dialogs.voice_command.not_supported_microphone_browser"
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -839,7 +839,7 @@
|
|||||||
"send_text": "Send text",
|
"send_text": "Send text",
|
||||||
"start_listening": "Start listening",
|
"start_listening": "Start listening",
|
||||||
"manage_assistants": "Manage assistants",
|
"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": "Visit {documentation_link} to learn how to use a secure URL",
|
||||||
"not_supported_microphone_documentation_link": "the documentation"
|
"not_supported_microphone_documentation_link": "the documentation"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user