ghy
Alejandro Acuña
2025-03-12 26319e4c5bfbee722c15b8e7ccca9b6127bb1cb8
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
  "version": 1,
  "minor_version": 1,
  "key": "lovelace.lovelace_vallirana",
  "data": {
    "config": {
      "views": [
        {
          "theme": "Backend-selected",
          "title": "Casa",
          "icon": "mdi:cctv",
          "badges": [],
          "cards": [
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "type": "weather-forecast",
                      "entity": "weather.casa_vallirana"
                    },
                    {
                      "show_name": true,
                      "show_icon": true,
                      "type": "button",
                      "tap_action": {
                        "action": "toggle"
                      },
                      "entity": "script.riego_15_minutos",
                      "name": "Riego",
                      "show_state": false
                    }
                  ]
                },
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "show_state": false,
                      "show_name": false,
                      "camera_view": "auto",
                      "type": "picture-entity",
                      "entity": "camera.camara_6"
                    },
                    {
                      "show_name": true,
                      "show_icon": true,
                      "type": "button",
                      "tap_action": {
                        "action": "toggle"
                      },
                      "entity": "script.abrir_puerta_peatones",
                      "icon": "mdi:door-open",
                      "name": "Peatones"
                    },
                    {
                      "show_name": true,
                      "show_icon": true,
                      "type": "button",
                      "tap_action": {
                        "action": "toggle"
                      },
                      "entity": "switch.puerta_garaje",
                      "icon": "mdi:garage-variant",
                      "name": "Parking",
                      "show_state": false
                    }
                  ]
                },
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "show_name": true,
                      "show_icon": true,
                      "type": "button",
                      "tap_action": {
                        "action": "toggle"
                      },
                      "entity": "switch.iluminacion_exterior",
                      "name": "Exterior",
                      "icon": "mdi:light-flood-down"
                    },
                    {
                      "show_name": true,
                      "show_icon": true,
                      "type": "button",
                      "tap_action": {
                        "action": "toggle"
                      },
                      "entity": "switch.luz_entrada",
                      "icon": "mdi:light-flood-down",
                      "name": "Entrada",
                      "show_state": false
                    }
                  ]
                },
                {
                  "show_state": false,
                  "show_name": false,
                  "camera_view": "live",
                  "type": "picture-entity",
                  "entity": "camera.camara_5",
                  "image": "https://demo.home-assistant.io/stub_config/bedroom.png"
                },
                {
                  "show_state": false,
                  "show_name": false,
                  "camera_view": "live",
                  "type": "picture-entity",
                  "entity": "camera.camara_7",
                  "image": "https://demo.home-assistant.io/stub_config/bedroom.png"
                },
                {
                  "show_state": false,
                  "show_name": false,
                  "camera_view": "live",
                  "type": "picture-entity",
                  "entity": "camera.camara_8"
                },
                {
                  "show_state": false,
                  "show_name": false,
                  "camera_view": "live",
                  "type": "picture-entity",
                  "entity": "camera.camara_9"
                },
                {
                  "show_state": false,
                  "show_name": false,
                  "camera_view": "live",
                  "type": "picture-entity",
                  "entity": "camera.blink_porche"
                }
              ]
            }
          ]
        },
        {
          "theme": "Backend-selected",
          "title": "Consumo",
          "path": "consumo",
          "icon": "mdi:power-plug",
          "badges": [],
          "cards": [
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "type": "gauge",
                      "entity": "sensor.bomba_riego_power",
                      "min": 0,
                      "max": 2500,
                      "name": "Bomba riego"
                    },
                    {
                      "type": "gauge",
                      "entity": "sensor.bomba_vivienda_power",
                      "min": 0,
                      "max": 2500,
                      "name": "Bomba vivienda"
                    },
                    {
                      "type": "gauge",
                      "entity": "sensor.nevera_power",
                      "min": 0,
                      "max": 2500,
                      "name": "Nevera"
                    }
                  ]
                },
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "type": "gauge",
                      "entity": "sensor.termo_power",
                      "min": 0,
                      "max": 2507,
                      "name": "Termo"
                    },
                    {
                      "type": "gauge",
                      "entity": "sensor.lavadora_power",
                      "min": 0,
                      "max": 2500,
                      "name": "Lavadora"
                    },
                    {
                      "type": "gauge",
                      "entity": "sensor.servidor_power",
                      "min": 0,
                      "max": 2500,
                      "name": "Servidor"
                    }
                  ]
                },
                {
                  "type": "entities",
                  "entities": [
                    {
                      "entity": "switch.bomba_riego"
                    },
                    {
                      "entity": "switch.bomba_vivienda",
                      "icon": "mdi:home"
                    },
                    {
                      "entity": "switch.lavadora",
                      "icon": "mdi:washing-machine"
                    },
                    {
                      "entity": "switch.termo",
                      "icon": "mdi:water-boiler"
                    },
                    {
                      "entity": "switch.nevera",
                      "icon": "mdi:fridge-variant"
                    },
                    {
                      "entity": "switch.servidor",
                      "icon": "mdi:server"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  }
}