forked from CiquattroFPV/Homeassistant-Example-Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
119 lines (96 loc) · 2.8 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: My Awesome Home Assistant powered by Nico
views:
- name: Casetta
cards:
- type: markdown
content: >
## Cose da fare:
## Riordinare tutte le entities
- type: picture-glance
image: https://images.pexels.com/photos/276724/pexels-photo-276724.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=240&w=495
title: Living
entities:
- light.living__sofa__rgb
- light.living__door__rgb
- light.living__window__white
- type: entity-filter
filter:
- entity_id: device_tracker.mamma_mamma
state: "home"
- entity_id: device_tracker.nico_nico
state: "home"
- entity_id: device_tracker.iphonemarie2
state: "home"
card: glance
card_config:
title: People at home
- type: entity-filter
filter:
- entity_id: device_tracker.mamma_mamma
state: "work"
- entity_id: device_tracker.nico_nico
state: "work"
- entity_id: device_tracker.iphonemarie2
state: "work"
card: glance
card_config:
title: People at Work
- type: entity-filter
filter:
- entity_id: device_tracker.mamma_mamma
state: "not_home"
- entity_id: device_tracker.nico_nico
state: "not_home"
- entity_id: device_tracker.iphonemarie
state: "not_home"
card: glance
card_config:
title: People Enjoying the life
- type: camera-preview
entity: camera.iss
- type: camera-preview
entity: camera.nico
- type: camera-preview
entity: camera.mamma
- name: VideoCamera
cards:
- type: camera-preview
entity: camera.camera_salone_r2
- name: Multimedia
cards:
- type: media-control
entity: media_player.sony_bravia_tv
- type: media-control
entity: media_player.kodi
- name: Climate
cards:
- type: entity-filter
filter:
- domain: climate
card_config:
title: All Climate
- name: Energy
cards:
- name: Automations
cards:
- type: entity-filter
filter:
- domain: automation
card_config:
title: All Automations
- name: Settings
cards:
- type: entity-filter
filter: [{}]
card_config:
title: All entities
- name: Nico
cards:
- type: camera-preview
entity: camera.nico
- name: Mamma
cards:
- type: camera-preview
entity: camera.mamma
- name: Mascia
cards: