mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
parent
78900e05ad
commit
6f7ea03e35
@ -66,11 +66,6 @@ export class CloudAlexaPref extends LitElement {
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<em
|
||||
>${this.hass!.localize(
|
||||
"ui.panel.config.cloud.account.alexa.requirements"
|
||||
)}</em
|
||||
>
|
||||
${alexa_enabled
|
||||
? html`
|
||||
<div class="state-reporting">
|
||||
|
@ -79,11 +79,6 @@ export class CloudGooglePref extends LitElement {
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<em
|
||||
>${this.hass!.localize(
|
||||
"ui.panel.config.cloud.account.google.requirements"
|
||||
)}</em
|
||||
>
|
||||
${google_enabled
|
||||
? html`
|
||||
<h3>Enable State Reporting</h3>
|
||||
|
@ -1018,7 +1018,6 @@
|
||||
"info": "With the Alexa integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Alexa-enabled device.",
|
||||
"enable_ha_skill": "Enable the Home Assistant skill for Alexa",
|
||||
"config_documentation": "Config documentation",
|
||||
"requirements": "This integration requires an Alexa-enabled device like the Amazon Echo.",
|
||||
"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 Amazon. This allows you to always see the latest states in the Alexa app and use the state changes to create routines.",
|
||||
"sync_entities": "Sync Entities",
|
||||
@ -1033,7 +1032,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.",
|
||||
"enable_ha_skill": "Activate the Home Assistant skill for Google Assistant",
|
||||
"config_documentation": "Config documentation",
|
||||
"requirements": "This integration requires a Google Assistant-enabled device like the Google Home or Android phone.",
|
||||
"enter_pin_info": "Please enter a pin to interact with security devices. Security devices are doors, garage doors and locks. You will be asked to say/enter this pin when interacting with such devices via Google Assistant.",
|
||||
"devices_pin": "Secure Devices Pin",
|
||||
"enter_pin_hint": "Enter a PIN to use secure devices",
|
||||
|
Loading…
x
Reference in New Issue
Block a user