diff --git a/src/panels/config/cloud/account/cloud-alexa-pref.ts b/src/panels/config/cloud/account/cloud-alexa-pref.ts index 59f102f0db..0f0b227871 100644 --- a/src/panels/config/cloud/account/cloud-alexa-pref.ts +++ b/src/panels/config/cloud/account/cloud-alexa-pref.ts @@ -66,11 +66,6 @@ export class CloudAlexaPref extends LitElement { - ${this.hass!.localize( - "ui.panel.config.cloud.account.alexa.requirements" - )} ${alexa_enabled ? html`
diff --git a/src/panels/config/cloud/account/cloud-google-pref.ts b/src/panels/config/cloud/account/cloud-google-pref.ts index fdb446197f..16cb09761a 100644 --- a/src/panels/config/cloud/account/cloud-google-pref.ts +++ b/src/panels/config/cloud/account/cloud-google-pref.ts @@ -79,11 +79,6 @@ export class CloudGooglePref extends LitElement { - ${this.hass!.localize( - "ui.panel.config.cloud.account.google.requirements" - )} ${google_enabled ? html`

Enable State Reporting

diff --git a/src/translations/en.json b/src/translations/en.json index a707ab7015..857ba13728 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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",