Remove redundant text in Cloud panel #3824 (#3967)

This commit is contained in:
Hayley McIldoon 2019-10-11 08:55:12 -04:00 committed by Bram Kragten
parent 78900e05ad
commit 6f7ea03e35
3 changed files with 0 additions and 12 deletions

View File

@ -66,11 +66,6 @@ export class CloudAlexaPref extends LitElement {
</a> </a>
</li> </li>
</ul> </ul>
<em
>${this.hass!.localize(
"ui.panel.config.cloud.account.alexa.requirements"
)}</em
>
${alexa_enabled ${alexa_enabled
? html` ? html`
<div class="state-reporting"> <div class="state-reporting">

View File

@ -79,11 +79,6 @@ export class CloudGooglePref extends LitElement {
</a> </a>
</li> </li>
</ul> </ul>
<em
>${this.hass!.localize(
"ui.panel.config.cloud.account.google.requirements"
)}</em
>
${google_enabled ${google_enabled
? html` ? html`
<h3>Enable State Reporting</h3> <h3>Enable State Reporting</h3>

View File

@ -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.", "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", "enable_ha_skill": "Enable the Home Assistant skill for Alexa",
"config_documentation": "Config documentation", "config_documentation": "Config documentation",
"requirements": "This integration requires an Alexa-enabled device like the Amazon Echo.",
"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 Amazon. This allows you to always see the latest states in the Alexa app and use the state changes to create routines.", "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", "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.", "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", "enable_ha_skill": "Activate the Home Assistant skill for Google Assistant",
"config_documentation": "Config documentation", "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.", "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", "devices_pin": "Secure Devices Pin",
"enter_pin_hint": "Enter a PIN to use secure devices", "enter_pin_hint": "Enter a PIN to use secure devices",