mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Branding adjustment for cloud discover (#16396)
* Branding adjustment for cloud discover * Amazing
This commit is contained in:
parent
02a94c04af
commit
a39c2a314a
@ -18,10 +18,33 @@ export class CloudDiscover extends LitElement {
|
||||
<div class="card-content">
|
||||
<h1 class="header">
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.header"
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.title",
|
||||
{
|
||||
home_assistant_cloud: html`
|
||||
<span class="no-wrap">Home Assistant Cloud</span>
|
||||
`,
|
||||
}
|
||||
)}
|
||||
</h1>
|
||||
<div class="features">
|
||||
<div class="feature">
|
||||
<div class="logos">
|
||||
<div class="round-icon">
|
||||
<ha-svg-icon .path=${mdiMicrophoneMessage}></ha-svg-icon>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.title"
|
||||
)}
|
||||
<span class="no-wrap"></span>
|
||||
</h2>
|
||||
<p>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.text"
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
<div class="feature">
|
||||
<div class="logos">
|
||||
<img
|
||||
@ -54,23 +77,6 @@ export class CloudDiscover extends LitElement {
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
<div class="feature">
|
||||
<div class="logos">
|
||||
<div class="round-icon">
|
||||
<ha-svg-icon .path=${mdiMicrophoneMessage}></ha-svg-icon>
|
||||
</div>
|
||||
</div>
|
||||
<h2>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.title"
|
||||
)}
|
||||
</h2>
|
||||
<p>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.text"
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="more">
|
||||
<a href="https://www.nabucasa.com" target="_blank" rel="noreferrer">
|
||||
@ -195,6 +201,9 @@ export class CloudDiscover extends LitElement {
|
||||
.more a ha-svg-icon {
|
||||
--mdc-icon-size: 16px;
|
||||
}
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
@ -2081,14 +2081,14 @@
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
"header": "Get the best assistant with Home Assistant Cloud",
|
||||
"title": "Get the best assistant with {home_assistant_cloud}",
|
||||
"features": {
|
||||
"assistants": {
|
||||
"title": "Google Assistant and Amazon Alexa",
|
||||
"text": "Control all your Home Assistant devices via any Google Assistant-enabled or Alexa-enabled device."
|
||||
},
|
||||
"speech": {
|
||||
"title": "Better speech options",
|
||||
"title": "Amazing speech options for Assist",
|
||||
"text": "Bring personality to your home by having it speak to you using our neural-network powered speech-to-text and text-to-speech services."
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user