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

@@ -217,6 +217,7 @@ export class HaScriptTrace extends LitElement {
<div class="main">
<div class="graph">
<hat-script-graph
.hass=${this.hass}
.trace=${this._trace}
.selected=${this._selected?.path}
@graph-node-selected=${this._pickNode}