1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Add service icons to traces (again :D) (#19728)

* Add service icons to traces (again :D)

* Update hat-graph-node.ts
This commit is contained in:
Bram Kragten
2024-02-08 13:33:10 +01:00
committed by GitHub
parent b1e1b44c75
commit 23cbecb2c4
5 changed files with 31 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
import { css, html, LitElement, nothing } from "lit";
import { customElement, property } from "lit/decorators";
import "../../../../src/components/ha-card";
import "../../../../src/components/trace/hat-script-graph";
import "../../../../src/components/trace/hat-trace-timeline";
import { provideHass } from "../../../../src/fake_data/provide_hass";
import { HomeAssistant } from "../../../../src/types";