mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Re-order automation menu (#11154)
This commit is contained in:
parent
4b9ff641ba
commit
77fe687ec2
@ -16,6 +16,13 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
category: "automation",
|
category: "automation",
|
||||||
header: "Automation",
|
header: "Automation",
|
||||||
|
pages: [
|
||||||
|
"editor-trigger",
|
||||||
|
"editor-condition",
|
||||||
|
"editor-action",
|
||||||
|
"trace",
|
||||||
|
"trace-timeline",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
category: "components",
|
category: "components",
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Editor Action
|
title: Actions
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Editor Condition
|
title: Conditions
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Editor Trigger
|
title: Triggers
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Trace Timeline
|
title: Trace Timelines
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
title: Trace
|
title: Trace Graphs
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user