-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path00_home_view.yaml
executable file
·134 lines (123 loc) · 4.4 KB
/
00_home_view.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
title: Home
icon: mdi:view-dashboard
panel: true
path: home
cards:
- type: custom:layout-card
layout_type: custom:horizontal-layout
layout:
max_cols: 3
cards:
- type: horizontal-stack
cards:
- type: picture-elements
image: /local/lovelace/home/time_square.jpg
elements:
- type: state-label
entity: sensor.time
tap_action: none
style:
top: 35%
left: 50%
font-size: 2.1em
- type: state-label
entity: sensor.date_day
tap_action: none
style:
top: 70%
left: 50%
- type: picture-entity
entity: person.limych
image: /local/lovelace/home/limych_square.jpg
show_name: false
tap_action:
action: more-info
# - type: horizontal-stack
# cards:
# - type: picture-entity
# name: Alarm
# show_name: false
# entity: alarm_control_panel.house
# image: /local/lovelace/home/house_square.jpg
# - type: picture-entity
# entity: input_boolean.cleaning_day
# image: /local/lovelace/home/cleaning_square.jpg
# show_name: false
# tap_action:
# action: toggle
# - type: picture-glance
# entities:
# - entity: input_boolean.bathroom_drying
# show_state: true
# - entity: sensor.bathroom_humidity
# show_state: true
# - fan.bathroom_fan
# state_image:
# 'off': /local/lovelace/home/drying_bw_square.jpg
# 'on': /local/lovelace/home/drying_square.jpg
# entity: sensor.car_wash_state
# tap_action:
# action: call-service
# service: input_boolean.toggle
# service_data:
# entity_id: input_boolean.bathroom_drying
# - type: picture-entity
# name: "Пылесос"
# show_name: false
# entity: input_select.cleaner_mode
# image: /local/lovelace/home/cleaner_square.jpg
# state_image:
# "Not Today": /local/lovelace/home/cleaner_bw_square.jpg
# - type: horizontal-stack
# cards:
- type: picture-glance
entities:
- input_boolean.car_clean
- binary_sensor.car_wash
state_image:
'Clean': /local/lovelace/home/car_wash_clean_square.jpg
'Bad Weather': /local/lovelace/home/car_wash_weather_square.jpg
'Time to Wash': /local/lovelace/home/car_wash_wash_square.jpg
entity: sensor.car_wash_state
tap_action:
action: call-service
service: input_boolean.toggle
service_data:
entity_id: input_boolean.car_clean
# - !include empty_card.yaml
# - !include empty_card.yaml
# - type: horizontal-stack
# cards:
# - type: picture-entity
# name: Cleaner
# show_name: false
# entity: input_boolean.cleaning_day
# image: /local/lovelace/home/cleaner_square.jpg
# state_image:
# "Not Today": /local/lovelace/home/cleaner_bw_square.jpg
- !include cards/security.yaml
- type: vertical-stack
cards:
- type: custom:weather-card-chart
entity: weather.gismeteo
title: "Погода"
mode: hourly
pressure2mmhg: True
- !include cards/weather_windy.yaml
- !include cards/speakers.yaml
# - type: custom:mini-media-player
# entity: media_player.emby_kodi_kodi_bedroom_tv_lan
# # info: short
# artwork: cover
# hide:
# icon: true
# power_state: false
# - type: custom:mini-media-player
# entity: media_player.plex_bedroom_tv
# # info: short
# artwork: cover
# hide:
# icon: true
# power_state: false
- !include cards/laundry.yaml
- !include cards/dev.yaml