mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Set alt attribute to Assistant name in the exposed entities settings (#16698)
This commit is contained in:
parent
c1fa6d6f8c
commit
a4c57f09ad
@ -31,7 +31,7 @@ export class VoiceAssistantExposeAssistantIcon extends LitElement {
|
|||||||
style=${styleMap({
|
style=${styleMap({
|
||||||
filter: this.manual ? "grayscale(100%)" : undefined,
|
filter: this.manual ? "grayscale(100%)" : undefined,
|
||||||
})}
|
})}
|
||||||
alt=""
|
alt=${voiceAssistants[this.assistant].name}
|
||||||
src=${brandsUrl({
|
src=${brandsUrl({
|
||||||
domain: voiceAssistants[this.assistant].domain,
|
domain: voiceAssistants[this.assistant].domain,
|
||||||
type: "icon",
|
type: "icon",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user