Change yaml integration icon (#21586)

This commit is contained in:
Robert Resch 2024-08-05 16:32:04 +02:00 committed by GitHub
parent dfbf4abd5d
commit 54e8a34f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
import "@lrnwebcomponents/simple-tooltip/simple-tooltip";
import { mdiCloud, mdiCodeBraces, mdiPackageVariant } from "@mdi/js";
import { mdiCloud, mdiFileCodeOutline, mdiPackageVariant } from "@mdi/js";
import {
CSSResultGroup,
LitElement,
@ -184,7 +184,7 @@ export class HaIntegrationCard extends LitElement {
: nothing}
${this.manifest && !this.manifest?.config_flow
? html`<div class="icon yaml">
<ha-svg-icon .path=${mdiCodeBraces}></ha-svg-icon>
<ha-svg-icon .path=${mdiFileCodeOutline}></ha-svg-icon>
<simple-tooltip
animation-delay="0"
.position=${computeRTL(this.hass) ? "right" : "left"}