Remove Google Assistant link

pull/25780/head
Simon Lamon 2025-06-14 08:04:58 +00:00
parent 67c7a3931f
commit 021817b7cf
2 changed files with 0 additions and 12 deletions

View File

@ -124,17 +124,6 @@ export class CloudGooglePref extends LitElement {
)} )}
<ul> <ul>
<li>
<a
href="https://assistant.google.com/services/a/uid/00000091fd5fb875?hl=en-US"
target="_blank"
rel="noreferrer"
>
${this.hass.localize(
"ui.panel.config.cloud.account.google.enable_ha_skill"
)}
</a>
</li>
<li> <li>
<a <a
href="https://www.nabucasa.com/config/google_assistant/" href="https://www.nabucasa.com/config/google_assistant/"

View File

@ -4876,7 +4876,6 @@
"info": "With the Google Assistant integration for Home Assistant Cloud, you'll be able to control all your Home Assistant devices via any Google Assistant-enabled device.", "info": "With the Google Assistant integration for Home Assistant Cloud, you'll be able to control all your Home Assistant devices via any Google Assistant-enabled device.",
"http_use_ssl_warning_title": "Local communication unavailable", "http_use_ssl_warning_title": "Local communication unavailable",
"http_use_ssl_warning_text": "Google devices will not be able to talk locally with Home Assistant, because you have configured an SSL certificate for your HTTP integration.", "http_use_ssl_warning_text": "Google devices will not be able to talk locally with Home Assistant, because you have configured an SSL certificate for your HTTP integration.",
"enable_ha_skill": "Activate the Home Assistant Cloud skill for Google Assistant",
"config_documentation": "Configuration documentation", "config_documentation": "Configuration documentation",
"enable_state_reporting": "Enable state reporting", "enable_state_reporting": "Enable state reporting",
"info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Google. This speeds up voice commands and allows you to always see the latest states in the Google app.", "info_state_reporting": "If you enable state reporting, Home Assistant will send all state changes of exposed entities to Google. This speeds up voice commands and allows you to always see the latest states in the Google app.",