mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Handle condition shorthands in trace graphs (#12533)
This commit is contained in:
parent
1369c1ae8c
commit
a571fb5528
@ -111,6 +111,9 @@ export class HatScriptGraph extends LitElement {
|
|||||||
|
|
||||||
private typeRenderers = {
|
private typeRenderers = {
|
||||||
condition: this.render_condition_node,
|
condition: this.render_condition_node,
|
||||||
|
and: this.render_condition_node,
|
||||||
|
or: this.render_condition_node,
|
||||||
|
not: this.render_condition_node,
|
||||||
delay: this.render_delay_node,
|
delay: this.render_delay_node,
|
||||||
event: this.render_event_node,
|
event: this.render_event_node,
|
||||||
scene: this.render_scene_node,
|
scene: this.render_scene_node,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user