-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
sidebar-config.yaml
executable file
·88 lines (88 loc) · 1.85 KB
/
sidebar-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
order:
- new_item: true
item: Google
href: https://mrdoob.com/projects/chromeexperiments/google-gravity/
icon: mdi:earth
target: _blank
order: 0
- item: overview
order: 1
- new_item: true
item: Integrations
href: "/config/integrations"
icon: mdi:puzzle
order: 2
- new_item: true
item: Entities
href: "/config/entities"
icon: mdi:hexagon-multiple
order: 3
- new_item: true
item: Automations
href: "/config/automation"
icon: mdi:robot
order: 4
- item: terminal
order: 5
- item: hacs
order: 6
notification: |
[[[
const outdatedHacsEntities = Object.values(entities.update).filter(
(entity) => entity.platform === 'hacs' && is_state(entity.entity_id, 'on')
);
return outdatedHacsEntities.length || '';
]]]
- item: config
bottom: true
order: 7
- new_item: true
item: Server Controls
href: "/config/server_control"
icon: mdi:server
bottom: true
order: 8
- item: logbook
bottom: true
order: 9
- new_item: true
item: Logs
bottom: true
href: "/config/logs"
icon: mdi:math-log
order: 10
- item: developer tools
name: Dev tools
icon: mdi:tools
bottom: true
order: 11
- item: history
hide: true
- item: snapshots
hide: true
- item: backups
hide: true
- item: map
hide: true
- item: energy
hide: true
- item: media
hide: true
exceptions:
- user:
- Jim Hawkins
- Long John Silver
extend_from_base: false
order:
- new_item: true
item: Updates
href: "/config/updates"
icon: mdi:update
- user: Palaus
extend_from_base: true
order:
- item: history
order: 12
- item: media
order: 13
id: example_yaml (remove this from your config or replace with any other string)