forked from jimz011/homekit-infused
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui-lovelace.yaml
More file actions
71 lines (67 loc) · 2.38 KB
/
ui-lovelace.yaml
File metadata and controls
71 lines (67 loc) · 2.38 KB
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
# Custom Card Resources
resources:
!include lovelace/resources/resources.yaml
# Compact Custom Header
# You will need to hide views if you want to
# have views that behave like popup cards!
cch:
menu: hide
options: hide
notifications: hide
voice: hide
header: false
chevrons: false
notify_indicator_color: "#e80000"
swipe: true
swipe_wrap: false
background: 'rgba(0,0,0,0.3)'
hide_tabs: '5 to 30'
default_tab: 1
# Decluttering Templates
# These are the templates used to avoid too much
# duplicate code.
decluttering_templates:
!include lovelace/decluttering_templates/decluttering_templates.yaml
# Views
# The following 5 views are swipable, the order
# of these 5 files is the swipe order as well.
# The first view is the page 0. In my setup
# the interface defaults to view 1.
title: Home
background: var(--background-image)
views:
- !include lovelace/views/climate.yaml
- !include lovelace/views/main_view.yaml
- !include lovelace/views/lights.yaml
- !include lovelace/views/devices.yaml
- !include lovelace/views/security.yaml
# The views below are used as fake popup cards
# They are non swipable and will behave just like
# a popup card or conditional cards. The order of
# these files will not change anything.
- !include lovelace/views/vacuum.yaml
- !include lovelace/views/vacuum-zoned-cleaning.yaml
- !include lovelace/views/alarm.yaml
- !include lovelace/views/jimmy.yaml
- !include lovelace/views/stephanie.yaml
- !include lovelace/views/tala.yaml
- !include lovelace/views/scenes.yaml
- !include lovelace/views/main_menu.yaml
- !include lovelace/views/cleaning.yaml
- !include lovelace/views/floorplan.yaml
- !include lovelace/views/remote.yaml
- !include lovelace/views/links.yaml
- !include lovelace/views/calendar.yaml
- !include lovelace/views/laundry.yaml
- !include lovelace/views/media.yaml
- !include lovelace/views/downloads.yaml
- !include lovelace/views/energy.yaml
- !include lovelace/views/other.yaml
- !include lovelace/views/currently_on.yaml
- !include lovelace/views/location.yaml
- !include lovelace/views/themes.yaml
- !include lovelace/views/postnl-jimmy.yaml
- !include lovelace/views/postnl-stephanie.yaml
- !include lovelace/views/weather.yaml
# Note that this order and the way this works might change in the near future.
# It will be the removal of swipe-cards in favor of CCH swipe gestures.