mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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({
|
||||
filter: this.manual ? "grayscale(100%)" : undefined,
|
||||
})}
|
||||
alt=""
|
||||
alt=${voiceAssistants[this.assistant].name}
|
||||
src=${brandsUrl({
|
||||
domain: voiceAssistants[this.assistant].domain,
|
||||
type: "icon",
|
||||
|
Loading…
x
Reference in New Issue
Block a user