Compare commits
3 Commits
add-automa
...
update-gif
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5843312f69 | ||
|
|
950cac9873 | ||
|
|
a5b674b2b2 |
|
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 383 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 377 KiB After Width: | Height: | Size: 28 KiB |
BIN
public/static/images/voice-assistant/great-job.gif
Normal file
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 379 KiB |
BIN
public/static/images/voice-assistant/hi.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 381 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 33 KiB |
BIN
public/static/images/voice-assistant/update.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
@@ -47,7 +47,7 @@ export class HaVoiceAssistantSetupStepCheck extends LitElement {
|
||||
>
|
||||
<ha-button @click=${this._testConnection}>Retry</ha-button>
|
||||
</div>`
|
||||
: html`<img src="/static/images/voice-assistant/hi.gif" />
|
||||
: html`<img src="/static/images/voice-assistant/hi.png" />
|
||||
<h1>Hi</h1>
|
||||
<p class="secondary">
|
||||
Over the next couple steps we're going to personalize your voice
|
||||
|
||||
@@ -64,7 +64,7 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
||||
const progressIsNumeric = stateObj && updateUsesProgress(stateObj);
|
||||
|
||||
return html`<div class="content">
|
||||
<img src="/static/images/voice-assistant/update.gif" />
|
||||
<img src="/static/images/voice-assistant/update.png" />
|
||||
<h1>
|
||||
${stateObj &&
|
||||
(stateObj.state === "unavailable" || updateIsInstalling(stateObj))
|
||||
|
||||