forked from akkaria/home-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
70 lines (68 loc) · 2.22 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
title: Home
resources:
- url: /local/compact-custom-header/compact-custom-header.js
type: module
background: >-
center / cover no-repeat
url("/local/background.jpg")
fixed
views:
- title: Living
cards:
- type: "custom:compact-custom-header"
background_color: 'rgba(150, 150, 150, 0.2)'
- type: vertical-stack
cards:
- type: "custom:bignumber-card"
entity: sensor.time
scale: 50px
- type: weather-forecast
entity: weather.dark_sky
- type: glance
title: Air Conditioner
entities:
- entity: sensor.power
icon: mdi:power
- entity: sensor.fan_speed
icon: mdi:fan
- sensor.room_temp
- sensor.set_temp
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: glance
title: Living Room Blinds
show_state: false
columns: 3
entities:
- entity: script.open_living_blinds
name: Open
icon: mdi:chevron-up
tap_action:
action: toggle
- entity: script.favorite_living_blinds
name: Favorite
icon: mdi:star
tap_action:
action: toggle
- entity: script.open_living_blockout_blinds
name: Open
icon: mdi:chevron-up
tap_action:
action: toggle
- entity: script.close_living_blinds
name: Close
icon: mdi:chevron-down
tap_action:
action: toggle
- entity: script.stop_living_blinds
name: Stop
icon: mdi:stop
tap_action:
action: toggle
- entity: script.close_living_blockout_blinds
name: Close
icon: mdi:chevron-down
tap_action:
action: toggle