@@ -44,7 +44,10 @@ export class HaVoiceAssistantSetupStepLocal extends LitElement {
44
44
protected override render ( ) {
45
45
return html `<div class= "content" >
46
46
${ this . _state === "INSTALLING"
47
- ? html `<img src= "/static/images/voice-assistant/update.png" / >
47
+ ? html `<img
48
+ src= "/static/images/voice-assistant/update.png"
49
+ alt = "Casita Home Assistant loading logo"
50
+ / >
48
51
<h1> Installing add-ons </ h1>
49
52
<p>
50
53
The Whisper and Piper add-ons are being installed and configured .
@@ -54,7 +57,10 @@ export class HaVoiceAssistantSetupStepLocal extends LitElement {
54
57
${ this . _detailState || "Installation can take several minutes" }
55
58
</ p> `
56
59
: this . _state === "ERROR"
57
- ? html ` <img src= "/static/images/voice-assistant/error.png" / >
60
+ ? html ` <img
61
+ src= "/static/images/voice-assistant/error.png"
62
+ alt = "Casita Home Assistant error logo"
63
+ / >
58
64
<h1> Failed to install add-ons </ h1>
59
65
<p>
60
66
We could not automatically install a local TTS and STT provider
@@ -75,7 +81,10 @@ export class HaVoiceAssistantSetupStepLocal extends LitElement {
75
81
>
76
82
</ a> `
77
83
: this . _state === "NOT_SUPPORTED"
78
- ? html `<img src= "/static/images/voice-assistant/error.png" / >
84
+ ? html `<img
85
+ src= "/static/images/voice-assistant/error.png"
86
+ alt = "Casita Home Assis tant error logo"
87
+ / >
79
88
<h1> Installation of add-ons is not supported on your system </ h1>
80
89
<p>
81
90
Your system is not supported to automatically install a local
0 commit comments