mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
add APNG
This commit is contained in:
parent
a5b674b2b2
commit
950cac9873
BIN
public/static/images/voice-assistant/update.png
Normal file
BIN
public/static/images/voice-assistant/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
@ -64,7 +64,7 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
|||||||
const progressIsNumeric = stateObj && updateUsesProgress(stateObj);
|
const progressIsNumeric = stateObj && updateUsesProgress(stateObj);
|
||||||
|
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
<img src="/static/images/voice-assistant/update.gif" />
|
<img src="/static/images/voice-assistant/update.png" />
|
||||||
<h1>
|
<h1>
|
||||||
${stateObj &&
|
${stateObj &&
|
||||||
(stateObj.state === "unavailable" || updateIsInstalling(stateObj))
|
(stateObj.state === "unavailable" || updateIsInstalling(stateObj))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user