Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant text in Cloud panel #3824 #3967

Merged
merged 1 commit into from
Oct 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/panels/config/cloud/account/cloud-alexa-pref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
<h3>
Expand Down
5 changes: 0 additions & 5 deletions src/panels/config/cloud/account/cloud-google-pref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,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",
Expand All @@ -1023,7 +1022,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",
Expand Down