mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Re-order automation menu (#11154)
This commit is contained in:
parent
4b9ff641ba
commit
77fe687ec2
@ -16,6 +16,13 @@ module.exports = [
|
||||
{
|
||||
category: "automation",
|
||||
header: "Automation",
|
||||
pages: [
|
||||
"editor-trigger",
|
||||
"editor-condition",
|
||||
"editor-action",
|
||||
"trace",
|
||||
"trace-timeline",
|
||||
],
|
||||
},
|
||||
{
|
||||
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