forked from thibmaek/homeassistant-conf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
48 lines (40 loc) · 1.27 KB
/
ui-lovelace.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
resources:
- url: https://unpkg.com/[email protected]/moment.js
type: js
- url: /local/custom-ui/calendar-card/calendar-card.js?v=1.0.1
type: module
- url: /local/tracker-card.js?v=0
type: js
- url: /local/mini-media-player-bundle.js?v=0.9.8
type: module
- url: /local/custom-lovelace/entity-attributes-card/entity-attributes-card.js?v=1
type: js
- url: /local/custom-lovelace/circle-sensor-card/circle-sensor-card.js?v=1
type: module
title: 'Home'
views:
- title: 'Maekelberghain'
icon: "mdi:home"
cards: !include lovelace/views/home.yaml
- title: 'Beneden'
icon: "mdi:sofa"
cards: !include lovelace/views/livingroom.yaml
- title: 'Slaapkamer'
icon: "mdi:bed-empty"
cards: !include lovelace/views/bedroom.yaml
- title: "Work (In The Pocket)"
icon: "mdi:briefcase"
cards: !include lovelace/views/work.yaml
- title: 'Weather'
icon: "mdi:weather-fog"
cards: !include lovelace/views/weather.yaml
- title: 'Server'
icon: "mdi:server"
path: 'server'
cards: !include lovelace/views/server.yaml
- title: "Home Assistant Internals"
icon: "mdi:home-automation"
path: 'internals'
cards: !include lovelace/views/ha_internals.yaml
- title: "Misc."
cards: !include lovelace/views/misc.yaml