Skip to content

Commit ee8d096

Browse files
authored
Add files via upload
1 parent f936a2a commit ee8d096

2 files changed

Lines changed: 578 additions & 0 deletions

File tree

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
type: vertical-stack
2+
cards:
3+
- type: conditional
4+
conditions:
5+
- entity: sensor.vmc_master_light_status_ip
6+
state: OFF-Line
7+
card:
8+
type: entities
9+
entities:
10+
- entity: sensor.vmc_master_light_nome_status
11+
secondary_info: last-updated
12+
- entity: sensor.vmc_master_light_status_ip
13+
secondary_info: last-updated
14+
name: Status IP su Porta 5001
15+
icon: mdi:ip
16+
state_color: true
17+
show_header_toggle: false
18+
title: Ventilazione Meccanica Controllata
19+
header:
20+
type: picture
21+
image: >-
22+
https://user-images.githubusercontent.com/102819027/253794765-72d95647-d900-4fbc-acfa-6864b7f76321.png
23+
tap_action:
24+
action: none
25+
hold_action:
26+
action: none
27+
- type: conditional
28+
conditions:
29+
- entity: sensor.vmc_master_light_status_ip
30+
state: ON-Line
31+
card:
32+
type: vertical-stack
33+
cards:
34+
- type: entities
35+
entities:
36+
- entity: sensor.vmc_master_light_nome_status
37+
secondary_info: last-updated
38+
- entity: sensor.vmc_master_light_status_ventola_lettura_codice_interpretato
39+
secondary_info: last-updated
40+
- entity: sensor.vmc_master_light_status_sensori_lettura_codice_interpretato
41+
secondary_info: last-updated
42+
- entity: >-
43+
sensor.vmc_master_light_status_led_pannello_lettura_codice_interpretato
44+
secondary_info: last-updated
45+
- entity: sensor.vmc_master_light_temp_esterna_status
46+
secondary_info: last-updated
47+
- entity: sensor.vmc_master_light_temp_interna_status
48+
secondary_info: last-updated
49+
- entity: sensor.vmc_master_light_umidita_interna_status
50+
secondary_info: last-updated
51+
- entity: sensor.vmc_master_light_co2_status
52+
secondary_info: last-updated
53+
- entity: sensor.vmc_master_light_voc_status
54+
secondary_info: last-updated
55+
state_color: true
56+
show_header_toggle: false
57+
title: Ventilazione Meccanica Controllata
58+
header:
59+
type: picture
60+
image: >-
61+
https://user-images.githubusercontent.com/102819027/253794765-72d95647-d900-4fbc-acfa-6864b7f76321.png
62+
tap_action:
63+
action: none
64+
hold_action:
65+
action: none
66+
- square: true
67+
type: grid
68+
cards:
69+
- show_name: true
70+
show_icon: true
71+
type: button
72+
tap_action:
73+
action: call-service
74+
service: shell_command.vmc_master_light_sensori_off
75+
target: {}
76+
name: Sensori Off
77+
show_state: true
78+
icon: mdi:chip
79+
hold_action:
80+
action: none
81+
- show_name: true
82+
show_icon: true
83+
type: button
84+
tap_action:
85+
action: call-service
86+
service: shell_command.vmc_master_light_sensori_on
87+
target: {}
88+
name: Sensori On
89+
show_state: true
90+
icon: mdi:chip
91+
hold_action:
92+
action: none
93+
- show_name: true
94+
show_icon: true
95+
type: button
96+
tap_action:
97+
action: call-service
98+
service: shell_command.vmc_master_light_pannello_led_off
99+
target: {}
100+
name: Led Pannello Off
101+
show_state: true
102+
icon: mdi:led-off
103+
hold_action:
104+
action: none
105+
- show_name: true
106+
show_icon: true
107+
type: button
108+
tap_action:
109+
action: call-service
110+
service: shell_command.vmc_master_light_pannello_led_on
111+
target: {}
112+
name: Led Pannello On
113+
show_state: true
114+
icon: mdi:led-on
115+
hold_action:
116+
action: none
117+
- show_name: true
118+
show_icon: true
119+
type: button
120+
tap_action:
121+
action: call-service
122+
service: shell_command.vmc_master_light_velocita_0
123+
target: {}
124+
show_state: true
125+
name: Velocità 0
126+
icon: mdi:numeric-0-box
127+
hold_action:
128+
action: none
129+
- show_name: true
130+
show_icon: true
131+
type: button
132+
tap_action:
133+
action: call-service
134+
service: shell_command.vmc_master_light_velocita_1
135+
target: {}
136+
name: Velocità 1
137+
show_state: true
138+
icon: mdi:numeric-1-box
139+
hold_action:
140+
action: none
141+
- show_name: true
142+
show_icon: true
143+
type: button
144+
tap_action:
145+
action: call-service
146+
service: shell_command.vmc_master_light_velocita_2
147+
target: {}
148+
name: Velocità 2
149+
show_state: true
150+
icon: mdi:numeric-2-box
151+
hold_action:
152+
action: none
153+
- show_name: true
154+
show_icon: true
155+
type: button
156+
tap_action:
157+
action: call-service
158+
service: shell_command.vmc_master_light_velocita_3
159+
target: {}
160+
name: Velocità 3
161+
show_state: true
162+
icon: mdi:numeric-3-box
163+
hold_action:
164+
action: none
165+
- show_name: true
166+
show_icon: true
167+
type: button
168+
tap_action:
169+
action: call-service
170+
service: shell_command.vmc_master_light_velocita_4
171+
target: {}
172+
name: Velocità 4
173+
show_state: true
174+
icon: mdi:numeric-4-box
175+
hold_action:
176+
action: none
177+
- show_name: true
178+
show_icon: true
179+
type: button
180+
tap_action:
181+
action: call-service
182+
service: shell_command.vmc_master_light_notturna
183+
target: {}
184+
name: Notturna
185+
show_state: true
186+
icon: mdi:weather-night
187+
hold_action:
188+
action: none
189+
- show_name: true
190+
show_icon: true
191+
type: button
192+
tap_action:
193+
action: call-service
194+
service: shell_command.vmc_master_light_iperventilazione
195+
target: {}
196+
name: Iperventilazione
197+
show_state: true
198+
icon: mdi:wind-power
199+
hold_action:
200+
action: none
201+
- show_name: true
202+
show_icon: true
203+
type: button
204+
tap_action:
205+
action: call-service
206+
service: shell_command.vmc_master_light_freecooling
207+
target: {}
208+
name: Free Cooling
209+
show_state: true
210+
icon: mdi:sun-snowflake-variant
211+
hold_action:
212+
action: none
213+
columns: 4

0 commit comments

Comments
 (0)