meteocat 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/bug_report.md +45 -45
- package/.github/ISSUE_TEMPLATE/config.yml +8 -8
- package/.github/ISSUE_TEMPLATE/improvement.md +39 -39
- package/.github/ISSUE_TEMPLATE/new_function.md +41 -41
- package/.github/labels.yml +63 -63
- package/.github/workflows/autocloser.yaml +27 -27
- package/.github/workflows/close-on-label.yml +48 -48
- package/.github/workflows/force-sync-labels.yml +18 -18
- package/.github/workflows/hassfest.yaml +13 -13
- package/.github/workflows/publish-zip.yml +67 -67
- package/.github/workflows/release.yml +41 -41
- package/.github/workflows/stale.yml +63 -63
- package/.github/workflows/sync-gitlab.yml +107 -107
- package/.github/workflows/sync-labels.yml +21 -21
- package/.github/workflows/validate.yaml +16 -16
- package/.pre-commit-config.yaml +37 -37
- package/.releaserc +37 -37
- package/AUTHORS.md +13 -13
- package/CHANGELOG.md +971 -954
- package/README.md +207 -207
- package/conftest.py +11 -11
- package/custom_components/meteocat/__init__.py +298 -298
- package/custom_components/meteocat/condition.py +63 -63
- package/custom_components/meteocat/config_flow.py +613 -613
- package/custom_components/meteocat/const.py +132 -132
- package/custom_components/meteocat/coordinator.py +248 -68
- package/custom_components/meteocat/helpers.py +58 -58
- package/custom_components/meteocat/manifest.json +25 -25
- package/custom_components/meteocat/options_flow.py +287 -287
- package/custom_components/meteocat/sensor.py +4 -2
- package/custom_components/meteocat/strings.json +1060 -1058
- package/custom_components/meteocat/translations/ca.json +1060 -1058
- package/custom_components/meteocat/translations/en.json +1060 -1058
- package/custom_components/meteocat/translations/es.json +1060 -1058
- package/custom_components/meteocat/version.py +1 -1
- package/custom_components/meteocat/weather.py +218 -218
- package/filetree.py +48 -48
- package/filetree.txt +80 -79
- package/hacs.json +8 -8
- package/info.md +11 -11
- package/package.json +22 -22
- package/poetry.lock +3222 -3222
- package/pyproject.toml +68 -68
- package/requirements.test.txt +3 -3
- package/setup.cfg +64 -64
- package/setup.py +10 -10
- package/tests/bandit.yaml +17 -17
- package/tests/conftest.py +19 -19
- package/tests/test_init.py +9 -9
|
@@ -1,1059 +1,1061 @@
|
|
|
1
|
-
{
|
|
2
|
-
"config": {
|
|
3
|
-
"step": {
|
|
4
|
-
"user": {
|
|
5
|
-
"description": "Ingrese la API Key facilitada por Meteocat para poder iniciar el proceso de validación.",
|
|
6
|
-
"title": "API Key"
|
|
7
|
-
},
|
|
8
|
-
"select_municipi": {
|
|
9
|
-
"description": "Seleccione el municipio de la lista.",
|
|
10
|
-
"title": "Selección de municipio",
|
|
11
|
-
"data": {
|
|
12
|
-
"municipi": "Municipio"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"select_station": {
|
|
16
|
-
"description": "Seleccione la estación de la lista.",
|
|
17
|
-
"title": "Selección de estación",
|
|
18
|
-
"data": {
|
|
19
|
-
"station": "Estaciones"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"set_api_limits": {
|
|
23
|
-
"description": "Define los límites del plan de la API.",
|
|
24
|
-
"title": "API límites"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"error": {
|
|
28
|
-
"bad_request": "Petición no válida. Revise su API Key.",
|
|
29
|
-
"forbidden": "Acceso denegado. Revise los permisos de su API Key.",
|
|
30
|
-
"rate_limit_exceeded": "Exceso del límite de peticiones. Por favor, inténtelo de nuevo más tarde.",
|
|
31
|
-
"server_error": "Error del servidor. Inténtelo de nuevo más tarde.",
|
|
32
|
-
"connection_error": "Error de conexión. Revise su conexión de red.",
|
|
33
|
-
"unknown_error": "Error desconocido."
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"options": {
|
|
37
|
-
"step": {
|
|
38
|
-
"init": {
|
|
39
|
-
"description": "Configura la clave API, los límites de la API, regenera los archivos de 'assets' o actualiza las coordenadas.",
|
|
40
|
-
"title": "Opciones de configuración",
|
|
41
|
-
"data": {
|
|
42
|
-
"option": "Opciones"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"update_api_and_limits": {
|
|
46
|
-
"description": "Configura el API Key y los límites de la API.",
|
|
47
|
-
"title": "API Key y límites"
|
|
48
|
-
},
|
|
49
|
-
"update_limits_only": {
|
|
50
|
-
"description": "Configura los límites de la API.",
|
|
51
|
-
"title": "Límites de la API"
|
|
52
|
-
},
|
|
53
|
-
"update_coordinates": {
|
|
54
|
-
"description": "Introduce nuevas coordenadas. Coordenadas actuales: latitud {current_latitude}, longitud {current_longitude}. Altitud actual: {current_altitude} metros.",
|
|
55
|
-
"title": "Actualizar coordenadas",
|
|
56
|
-
"data": {
|
|
57
|
-
"latitude": "Latitud",
|
|
58
|
-
"longitude": "Longitud",
|
|
59
|
-
"altitude": "Altitud (metros)"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"confirm_regenerate_assets": {
|
|
63
|
-
"description": "Regenera los archivos de 'assets'.",
|
|
64
|
-
"title": "Regenera 'assets'",
|
|
65
|
-
"data": {
|
|
66
|
-
"confirm": "Confirmar"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"error": {
|
|
71
|
-
"cannot_connect": "Error de conexión. Error al comprobar la nueva API Key.",
|
|
72
|
-
"unknown": "Error desconocido al comprobar la nueva API Key.",
|
|
73
|
-
"invalid_limit": "Límite no válido. El límite debe ser un número positivo.",
|
|
74
|
-
"invalid_coordinates": "Las coordenadas deben estar dentro del rango de Cataluña (latitud: 40.5 a 42.5, longitud: 0.1 a 3.3).",
|
|
75
|
-
"invalid_altitude": "Altitud no puede ser negativa."
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"selector": {
|
|
79
|
-
"option": {
|
|
80
|
-
"options": {
|
|
81
|
-
"update_api_and_limits": "Actualizar API Key y límites.",
|
|
82
|
-
"update_limits_only": "Actualizar API límites.",
|
|
83
|
-
"regenerate_assets": "Regenerar archivos de 'assets'.",
|
|
84
|
-
"update_coordinates": "Actualizar coordenadas (latitud y longitud) y altitud (metros)."
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"entity": {
|
|
89
|
-
"sensor": {
|
|
90
|
-
"wind_speed": {
|
|
91
|
-
"name": "Viento Velocidad"
|
|
92
|
-
},
|
|
93
|
-
"wind_direction": {
|
|
94
|
-
"name": "Viento Dirección"
|
|
95
|
-
},
|
|
96
|
-
"wind_direction_cardinal": {
|
|
97
|
-
"name": "Viento Dirección Cardinal",
|
|
98
|
-
"state": {
|
|
99
|
-
"north": "N",
|
|
100
|
-
"north_northeast": "NNE",
|
|
101
|
-
"northeast": "NE",
|
|
102
|
-
"east_northeast": "ENE",
|
|
103
|
-
"east": "E",
|
|
104
|
-
"east_southeast": "ESE",
|
|
105
|
-
"southeast": "SE",
|
|
106
|
-
"south_southeast": "SSE",
|
|
107
|
-
"south": "S",
|
|
108
|
-
"south_southwest": "SSO",
|
|
109
|
-
"southwest": "SO",
|
|
110
|
-
"west_southwest": "OSO",
|
|
111
|
-
"west": "O",
|
|
112
|
-
"west_northwest": "ONO",
|
|
113
|
-
"northwest": "NO",
|
|
114
|
-
"north_northwest": "NNO",
|
|
115
|
-
"unknown": "Desconocido"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"temperature": {
|
|
119
|
-
"name": "Temperatura"
|
|
120
|
-
},
|
|
121
|
-
"humidity": {
|
|
122
|
-
"name": "Humedad"
|
|
123
|
-
},
|
|
124
|
-
"pressure": {
|
|
125
|
-
"name": "Presión"
|
|
126
|
-
},
|
|
127
|
-
"precipitation": {
|
|
128
|
-
"name": "Precipitación"
|
|
129
|
-
},
|
|
130
|
-
"precipitation_accumulated": {
|
|
131
|
-
"name": "Precipitación Acumulada"
|
|
132
|
-
},
|
|
133
|
-
"precipitation_probability": {
|
|
134
|
-
"name": "Precipitación Probabilidad"
|
|
135
|
-
},
|
|
136
|
-
"solar_global_irradiance": {
|
|
137
|
-
"name": "Irradiación Solar Global"
|
|
138
|
-
},
|
|
139
|
-
"uv_index": {
|
|
140
|
-
"name": "UV Índice",
|
|
141
|
-
"state_attributes": {
|
|
142
|
-
"hour": {
|
|
143
|
-
"name": "Hora"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"max_temperature": {
|
|
148
|
-
"name": "Temperatura Max"
|
|
149
|
-
},
|
|
150
|
-
"min_temperature": {
|
|
151
|
-
"name": "Temperatura Min"
|
|
152
|
-
},
|
|
153
|
-
"feels_like": {
|
|
154
|
-
"name": "Sensación Térmica"
|
|
155
|
-
},
|
|
156
|
-
"wind_gust": {
|
|
157
|
-
"name": "Viento Racha"
|
|
158
|
-
},
|
|
159
|
-
"town_name": {
|
|
160
|
-
"name": "Municipio Nombre"
|
|
161
|
-
},
|
|
162
|
-
"town_id": {
|
|
163
|
-
"name": "Municipio ID"
|
|
164
|
-
},
|
|
165
|
-
"station_name": {
|
|
166
|
-
"name": "Estación Nombre"
|
|
167
|
-
},
|
|
168
|
-
"station_id": {
|
|
169
|
-
"name": "Estación ID"
|
|
170
|
-
},
|
|
171
|
-
"station_timestamp": {
|
|
172
|
-
"name": "Estación Timestamp"
|
|
173
|
-
},
|
|
174
|
-
"region_name": {
|
|
175
|
-
"name": "Comarca Nombre"
|
|
176
|
-
},
|
|
177
|
-
"region_id": {
|
|
178
|
-
"name": "Comarca ID"
|
|
179
|
-
},
|
|
180
|
-
"condition": {
|
|
181
|
-
"name": "Estado del cielo",
|
|
182
|
-
"state": {
|
|
183
|
-
"sunny": "Soleado",
|
|
184
|
-
"clear-night": "Noche Despejada",
|
|
185
|
-
"partlycloudy": "Parcialmente Nublado",
|
|
186
|
-
"cloudy": "Nublado",
|
|
187
|
-
"rainy": "Lluvioso",
|
|
188
|
-
"pouring": "Tormenta",
|
|
189
|
-
"lightning-rainy": "Tormenta con Rayos",
|
|
190
|
-
"hail": "Granizo",
|
|
191
|
-
"snowy": "Nevando",
|
|
192
|
-
"snow-rainy": "Nieve con Lluvia"
|
|
193
|
-
},
|
|
194
|
-
"state_attributes": {
|
|
195
|
-
"hour": {
|
|
196
|
-
"name": "Hora"
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"max_temperature_forecast": {
|
|
201
|
-
"name": "Temperatura Max Hoy"
|
|
202
|
-
},
|
|
203
|
-
"min_temperature_forecast": {
|
|
204
|
-
"name": "Temperatura Min Hoy"
|
|
205
|
-
},
|
|
206
|
-
"hourly_forecast_file_status": {
|
|
207
|
-
"name": "Archivo Horario",
|
|
208
|
-
"state": {
|
|
209
|
-
"updated": "Actualizado",
|
|
210
|
-
"obsolete": "Obsoleto"
|
|
211
|
-
},
|
|
212
|
-
"state_attributes": {
|
|
213
|
-
"update_date": {
|
|
214
|
-
"name": "Fecha"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
"daily_forecast_file_status": {
|
|
219
|
-
"name": "Archivo Diario",
|
|
220
|
-
"state": {
|
|
221
|
-
"updated": "Actualizado",
|
|
222
|
-
"obsolete": "Obsoleto"
|
|
223
|
-
},
|
|
224
|
-
"state_attributes": {
|
|
225
|
-
"update_date": {
|
|
226
|
-
"name": "Fecha"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"uvi_file_status": {
|
|
231
|
-
"name": "Archivo UVI",
|
|
232
|
-
"state": {
|
|
233
|
-
"updated": "Actualizado",
|
|
234
|
-
"obsolete": "Obsoleto"
|
|
235
|
-
},
|
|
236
|
-
"state_attributes": {
|
|
237
|
-
"update_date": {
|
|
238
|
-
"name": "Fecha"
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
"alert_file_status": {
|
|
243
|
-
"name": "Archivo Alerta",
|
|
244
|
-
"state": {
|
|
245
|
-
"updated": "Actualizado",
|
|
246
|
-
"obsolete": "Obsoleto"
|
|
247
|
-
},
|
|
248
|
-
"state_attributes": {
|
|
249
|
-
"update_date": {
|
|
250
|
-
"name": "Fecha"
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"quota_file_status": {
|
|
255
|
-
"name": "Archivo Cuota",
|
|
256
|
-
"state": {
|
|
257
|
-
"updated": "Actualizado",
|
|
258
|
-
"obsolete": "Obsoleto"
|
|
259
|
-
},
|
|
260
|
-
"state_attributes": {
|
|
261
|
-
"update_date": {
|
|
262
|
-
"name": "Fecha"
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
"lightning_file_status": {
|
|
267
|
-
"name": "Archivo Rayos",
|
|
268
|
-
"state": {
|
|
269
|
-
"updated": "Actualizado",
|
|
270
|
-
"obsolete": "Obsoleto"
|
|
271
|
-
},
|
|
272
|
-
"state_attributes": {
|
|
273
|
-
"update_date": {
|
|
274
|
-
"name": "Fecha"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"lightning_region": {
|
|
279
|
-
"name": "Rayos Comarca",
|
|
280
|
-
"state_attributes": {
|
|
281
|
-
"cloud_cloud": {
|
|
282
|
-
"name": "Nube-Nube"
|
|
283
|
-
},
|
|
284
|
-
"cloud_ground_neg": {
|
|
285
|
-
"name": "Nube-Tierra Negativo"
|
|
286
|
-
},
|
|
287
|
-
"cloud_ground_pos": {
|
|
288
|
-
"name": "Nube-Tierra Positivo"
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
|
-
"lightning_town": {
|
|
293
|
-
"name": "Rayos Municipio",
|
|
294
|
-
"state_attributes": {
|
|
295
|
-
"cloud_cloud": {
|
|
296
|
-
"name": "Nube-Nube"
|
|
297
|
-
},
|
|
298
|
-
"cloud_ground_neg": {
|
|
299
|
-
"name": "Nube-Tierra Negativo"
|
|
300
|
-
},
|
|
301
|
-
"cloud_ground_pos": {
|
|
302
|
-
"name": "Nube-Tierra Positivo"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"quota_xdde": {
|
|
307
|
-
"name": "Cuota XDDE",
|
|
308
|
-
"state": {
|
|
309
|
-
"ok": "Ok",
|
|
310
|
-
"exceeded": "Superada",
|
|
311
|
-
"unknown": "Desconocido"
|
|
312
|
-
},
|
|
313
|
-
"state_attributes": {
|
|
314
|
-
"period": {
|
|
315
|
-
"name": "Periodo",
|
|
316
|
-
"state": {
|
|
317
|
-
"weekly": "Semanal",
|
|
318
|
-
"monthly": "Mensual",
|
|
319
|
-
"annual": "Anual"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"max_queries": {
|
|
323
|
-
"name": "Máximo"
|
|
324
|
-
},
|
|
325
|
-
"remain_queries": {
|
|
326
|
-
"name": "Restantes"
|
|
327
|
-
},
|
|
328
|
-
"made_queries": {
|
|
329
|
-
"name": "Realizadas"
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"quota_prediccio": {
|
|
334
|
-
"name": "Cuota Predicción",
|
|
335
|
-
"state": {
|
|
336
|
-
"ok": "Ok",
|
|
337
|
-
"exceeded": "Superada",
|
|
338
|
-
"unknown": "Desconocido"
|
|
339
|
-
},
|
|
340
|
-
"state_attributes": {
|
|
341
|
-
"period": {
|
|
342
|
-
"name": "Periodo",
|
|
343
|
-
"state": {
|
|
344
|
-
"weekly": "Semanal",
|
|
345
|
-
"monthly": "Mensual",
|
|
346
|
-
"annual": "Anual"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"max_queries": {
|
|
350
|
-
"name": "Máximo"
|
|
351
|
-
},
|
|
352
|
-
"remain_queries": {
|
|
353
|
-
"name": "Restantes"
|
|
354
|
-
},
|
|
355
|
-
"made_queries": {
|
|
356
|
-
"name": "Realizadas"
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
},
|
|
360
|
-
"quota_basic": {
|
|
361
|
-
"name": "Cuota Básica",
|
|
362
|
-
"state": {
|
|
363
|
-
"ok": "Ok",
|
|
364
|
-
"exceeded": "Superada",
|
|
365
|
-
"unknown": "Desconocido"
|
|
366
|
-
},
|
|
367
|
-
"state_attributes": {
|
|
368
|
-
"period": {
|
|
369
|
-
"name": "Periodo",
|
|
370
|
-
"state": {
|
|
371
|
-
"weekly": "Semanal",
|
|
372
|
-
"monthly": "Mensual",
|
|
373
|
-
"annual": "Anual"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
"max_queries": {
|
|
377
|
-
"name": "Máximo"
|
|
378
|
-
},
|
|
379
|
-
"remain_queries": {
|
|
380
|
-
"name": "Restantes"
|
|
381
|
-
},
|
|
382
|
-
"made_queries": {
|
|
383
|
-
"name": "Realizadas"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"quota_xema": {
|
|
388
|
-
"name": "Cuota XEMA",
|
|
389
|
-
"state": {
|
|
390
|
-
"ok": "Ok",
|
|
391
|
-
"exceeded": "Superada",
|
|
392
|
-
"unknown": "Desconocido"
|
|
393
|
-
},
|
|
394
|
-
"state_attributes": {
|
|
395
|
-
"period": {
|
|
396
|
-
"name": "Periodo",
|
|
397
|
-
"state": {
|
|
398
|
-
"weekly": "Semanal",
|
|
399
|
-
"monthly": "Mensual",
|
|
400
|
-
"annual": "Anual"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
"max_queries": {
|
|
404
|
-
"name": "Máximo"
|
|
405
|
-
},
|
|
406
|
-
"remain_queries": {
|
|
407
|
-
"name": "Restantes"
|
|
408
|
-
},
|
|
409
|
-
"made_queries": {
|
|
410
|
-
"name": "Realizadas"
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
"quota_queries": {
|
|
415
|
-
"name": "Cuota Consultas",
|
|
416
|
-
"state": {
|
|
417
|
-
"ok": "Ok",
|
|
418
|
-
"exceeded": "Superada",
|
|
419
|
-
"unknown": "Desconocido"
|
|
420
|
-
},
|
|
421
|
-
"state_attributes": {
|
|
422
|
-
"period": {
|
|
423
|
-
"name": "Periodo",
|
|
424
|
-
"state": {
|
|
425
|
-
"weekly": "Semanal",
|
|
426
|
-
"monthly": "Mensual",
|
|
427
|
-
"annual": "Anual"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"max_queries": {
|
|
431
|
-
"name": "Máximo"
|
|
432
|
-
},
|
|
433
|
-
"remain_queries": {
|
|
434
|
-
"name": "Restantes"
|
|
435
|
-
},
|
|
436
|
-
"made_queries": {
|
|
437
|
-
"name": "Realizadas"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
"alerts": {
|
|
442
|
-
"name": "Alertas",
|
|
443
|
-
"state_attributes": {
|
|
444
|
-
"alert_1": {
|
|
445
|
-
"name": "Alerta 1",
|
|
446
|
-
"state": {
|
|
447
|
-
"violent_weather": "Tiempo violento",
|
|
448
|
-
"rain_intensity": "Intensidad de lluvia",
|
|
449
|
-
"rain_amount": "Acumulación de lluvia",
|
|
450
|
-
"
|
|
451
|
-
"wind": "Viento",
|
|
452
|
-
"sea_state": "Estado del mar",
|
|
453
|
-
"cold": "Frío",
|
|
454
|
-
"heat": "Calor",
|
|
455
|
-
"night_heat": "Calor nocturno"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"alert_2": {
|
|
459
|
-
"name": "Alerta 2",
|
|
460
|
-
"state": {
|
|
461
|
-
"violent_weather": "Tiempo violento",
|
|
462
|
-
"rain_intensity": "Intensidad de lluvia",
|
|
463
|
-
"rain_amount": "Acumulación de lluvia",
|
|
464
|
-
"
|
|
465
|
-
"wind": "Viento",
|
|
466
|
-
"sea_state": "Estado del mar",
|
|
467
|
-
"cold": "Frío",
|
|
468
|
-
"heat": "Calor",
|
|
469
|
-
"night_heat": "Calor nocturno"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"alert_3": {
|
|
473
|
-
"name": "Alerta 3",
|
|
474
|
-
"state": {
|
|
475
|
-
"violent_weather": "Tiempo violento",
|
|
476
|
-
"rain_intensity": "Intensidad de lluvia",
|
|
477
|
-
"rain_amount": "Acumulación de lluvia",
|
|
478
|
-
"
|
|
479
|
-
"wind": "Viento",
|
|
480
|
-
"sea_state": "Estado del mar",
|
|
481
|
-
"cold": "Frío",
|
|
482
|
-
"heat": "Calor",
|
|
483
|
-
"night_heat": "Calor nocturno"
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
"alert_4": {
|
|
487
|
-
"name": "Alerta 4",
|
|
488
|
-
"state": {
|
|
489
|
-
"violent_weather": "Tiempo violento",
|
|
490
|
-
"rain_intensity": "Intensidad de lluvia",
|
|
491
|
-
"rain_amount": "Acumulación de lluvia",
|
|
492
|
-
"
|
|
493
|
-
"wind": "Viento",
|
|
494
|
-
"sea_state": "Estado del mar",
|
|
495
|
-
"cold": "Frío",
|
|
496
|
-
"heat": "Calor",
|
|
497
|
-
"night_heat": "Calor nocturno"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"alert_5": {
|
|
501
|
-
"name": "Alerta 5",
|
|
502
|
-
"state": {
|
|
503
|
-
"violent_weather": "Tiempo violento",
|
|
504
|
-
"rain_intensity": "Intensidad de lluvia",
|
|
505
|
-
"rain_amount": "Acumulación de lluvia",
|
|
506
|
-
"
|
|
507
|
-
"wind": "Viento",
|
|
508
|
-
"sea_state": "Estado del mar",
|
|
509
|
-
"cold": "Frío",
|
|
510
|
-
"heat": "Calor",
|
|
511
|
-
"night_heat": "Calor nocturno"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
"alert_wind": {
|
|
517
|
-
"name": "Alerta Viento",
|
|
518
|
-
"state": {
|
|
519
|
-
"opened": "Abierto",
|
|
520
|
-
"closed": "Cerrado"
|
|
521
|
-
},
|
|
522
|
-
"state_attributes": {
|
|
523
|
-
"inicio": {
|
|
524
|
-
"name": "Inicio"
|
|
525
|
-
},
|
|
526
|
-
"fin": {
|
|
527
|
-
"name": "Final"
|
|
528
|
-
},
|
|
529
|
-
"fecha": {
|
|
530
|
-
"name": "Fecha"
|
|
531
|
-
},
|
|
532
|
-
"periodo": {
|
|
533
|
-
"name": "Periodo"
|
|
534
|
-
},
|
|
535
|
-
"comentario": {
|
|
536
|
-
"name": "Comentario"
|
|
537
|
-
},
|
|
538
|
-
"umbral": {
|
|
539
|
-
"name": "Umbral",
|
|
540
|
-
"state": {
|
|
541
|
-
"wind_gusts_25": "Rachas de viento > 25 m/s",
|
|
542
|
-
"microburst": "Reventón",
|
|
543
|
-
"tornadoes": "Tornados o mangas marinas",
|
|
544
|
-
"wind_40": "Racha máxima > 40 m/s",
|
|
545
|
-
"wind_35": "Racha máxima > 35 m/s",
|
|
546
|
-
"wind_30": "Racha máxima > 30 m/s",
|
|
547
|
-
"wind_25": "Racha máxima > 25 m/s",
|
|
548
|
-
"wind_20": "Racha máxima > 20 m/s",
|
|
549
|
-
"unknown": "Desconocido"
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
"peligro": {
|
|
553
|
-
"name": "Peligro"
|
|
554
|
-
},
|
|
555
|
-
"nivel": {
|
|
556
|
-
"name": "Nivel"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
"alert_rain_intensity": {
|
|
561
|
-
"name": "Alerta Intensidad Lluvia",
|
|
562
|
-
"state": {
|
|
563
|
-
"opened": "Abierto",
|
|
564
|
-
"closed": "Cerrado"
|
|
565
|
-
},
|
|
566
|
-
"state_attributes": {
|
|
567
|
-
"inicio": {
|
|
568
|
-
"name": "Inicio"
|
|
569
|
-
},
|
|
570
|
-
"fin": {
|
|
571
|
-
"name": "Final"
|
|
572
|
-
},
|
|
573
|
-
"fecha": {
|
|
574
|
-
"name": "Fecha"
|
|
575
|
-
},
|
|
576
|
-
"periodo": {
|
|
577
|
-
"name": "Periodo"
|
|
578
|
-
},
|
|
579
|
-
"comentario": {
|
|
580
|
-
"name": "Comentario"
|
|
581
|
-
},
|
|
582
|
-
"umbral": {
|
|
583
|
-
"name": "Umbral",
|
|
584
|
-
"state": {
|
|
585
|
-
"hail_2_cm": "Granizo de diámetro > 2 cm",
|
|
586
|
-
"microburst": "Reventón",
|
|
587
|
-
"intensity_40_30": "Intensidad > 40 mm / 30 minutos",
|
|
588
|
-
"intensity_20_30": "Intensidad > 20 mm / 30 minutos",
|
|
589
|
-
"unknown": "Desconocido"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"peligro": {
|
|
593
|
-
"name": "Peligro"
|
|
594
|
-
},
|
|
595
|
-
"nivel": {
|
|
596
|
-
"name": "Nivel"
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
"alert_rain": {
|
|
601
|
-
"name": "Alerta Lluvia",
|
|
602
|
-
"state": {
|
|
603
|
-
"opened": "Abierto",
|
|
604
|
-
"closed": "Cerrado"
|
|
605
|
-
},
|
|
606
|
-
"state_attributes": {
|
|
607
|
-
"inicio": {
|
|
608
|
-
"name": "Inicio"
|
|
609
|
-
},
|
|
610
|
-
"fin": {
|
|
611
|
-
"name": "Final"
|
|
612
|
-
},
|
|
613
|
-
"fecha": {
|
|
614
|
-
"name": "Fecha"
|
|
615
|
-
},
|
|
616
|
-
"periodo": {
|
|
617
|
-
"name": "Periodo"
|
|
618
|
-
},
|
|
619
|
-
"comentario": {
|
|
620
|
-
"name": "Comentario"
|
|
621
|
-
},
|
|
622
|
-
"umbral": {
|
|
623
|
-
"name": "Umbral",
|
|
624
|
-
"state": {
|
|
625
|
-
"microburst": "Reventón",
|
|
626
|
-
"rain_200_24": "Acumulada > 200 mm /24 horas",
|
|
627
|
-
"rain_100_24": "Acumulada > 100 mm /24 horas",
|
|
628
|
-
"unknown": "Desconocido"
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
"peligro": {
|
|
632
|
-
"name": "Peligro"
|
|
633
|
-
},
|
|
634
|
-
"nivel": {
|
|
635
|
-
"name": "Nivel"
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
"alert_sea": {
|
|
640
|
-
"name": "Alerta Mar",
|
|
641
|
-
"state": {
|
|
642
|
-
"opened": "Abierto",
|
|
643
|
-
"closed": "Cerrado"
|
|
644
|
-
},
|
|
645
|
-
"state_attributes": {
|
|
646
|
-
"inicio": {
|
|
647
|
-
"name": "Inicio"
|
|
648
|
-
},
|
|
649
|
-
"fin": {
|
|
650
|
-
"name": "Final"
|
|
651
|
-
},
|
|
652
|
-
"fecha": {
|
|
653
|
-
"name": "Fecha"
|
|
654
|
-
},
|
|
655
|
-
"periodo": {
|
|
656
|
-
"name": "Periodo"
|
|
657
|
-
},
|
|
658
|
-
"comentario": {
|
|
659
|
-
"name": "Comentario"
|
|
660
|
-
},
|
|
661
|
-
"umbral": {
|
|
662
|
-
"name": "Umbral",
|
|
663
|
-
"state": {
|
|
664
|
-
"microburst": "Reventón",
|
|
665
|
-
"tornadoes": "Tornados o mangas marinas",
|
|
666
|
-
"waves_4": "Olas > 4.00 metros (mar brava)",
|
|
667
|
-
"waves_2_50": "Olas > 2.50 metros (mar temporal)",
|
|
668
|
-
"unknown": "Desconocido"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"peligro": {
|
|
672
|
-
"name": "Peligro"
|
|
673
|
-
},
|
|
674
|
-
"nivel": {
|
|
675
|
-
"name": "Nivel"
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
"alert_cold": {
|
|
680
|
-
"name": "Alerta Frío",
|
|
681
|
-
"state": {
|
|
682
|
-
"opened": "Abierto",
|
|
683
|
-
"closed": "Cerrado"
|
|
684
|
-
},
|
|
685
|
-
"state_attributes": {
|
|
686
|
-
"inicio": {
|
|
687
|
-
"name": "Inicio"
|
|
688
|
-
},
|
|
689
|
-
"fin": {
|
|
690
|
-
"name": "Final"
|
|
691
|
-
},
|
|
692
|
-
"fecha": {
|
|
693
|
-
"name": "Fecha"
|
|
694
|
-
},
|
|
695
|
-
"periodo": {
|
|
696
|
-
"name": "Periodo"
|
|
697
|
-
},
|
|
698
|
-
"comentario": {
|
|
699
|
-
"name": "Comentario"
|
|
700
|
-
},
|
|
701
|
-
"umbral": {
|
|
702
|
-
"name": "Umbral",
|
|
703
|
-
"state": {
|
|
704
|
-
"cold_very_intense": "Frío muy intenso",
|
|
705
|
-
"cold_intense": "Frío intenso",
|
|
706
|
-
"unknown": "Desconocido"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"peligro": {
|
|
710
|
-
"name": "Peligro"
|
|
711
|
-
},
|
|
712
|
-
"nivel": {
|
|
713
|
-
"name": "Nivel"
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
"alert_warm": {
|
|
718
|
-
"name": "Alerta Calor",
|
|
719
|
-
"state": {
|
|
720
|
-
"opened": "Abierto",
|
|
721
|
-
"closed": "Cerrado"
|
|
722
|
-
},
|
|
723
|
-
"state_attributes": {
|
|
724
|
-
"inicio": {
|
|
725
|
-
"name": "Inicio"
|
|
726
|
-
},
|
|
727
|
-
"fin": {
|
|
728
|
-
"name": "Final"
|
|
729
|
-
},
|
|
730
|
-
"fecha": {
|
|
731
|
-
"name": "Fecha"
|
|
732
|
-
},
|
|
733
|
-
"periodo": {
|
|
734
|
-
"name": "Periodo"
|
|
735
|
-
},
|
|
736
|
-
"comentario": {
|
|
737
|
-
"name": "Comentario"
|
|
738
|
-
},
|
|
739
|
-
"umbral": {
|
|
740
|
-
"name": "Umbral",
|
|
741
|
-
"state": {
|
|
742
|
-
"heat_very_intense": "Calor muy intenso",
|
|
743
|
-
"heat_intense": "Calor intenso",
|
|
744
|
-
"unknown": "Desconocido"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
"peligro": {
|
|
748
|
-
"name": "Peligro"
|
|
749
|
-
},
|
|
750
|
-
"nivel": {
|
|
751
|
-
"name": "Nivel"
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
"alert_warm_night": {
|
|
756
|
-
"name": "Alerta Calor Nocturno",
|
|
757
|
-
"state": {
|
|
758
|
-
"opened": "Abierto",
|
|
759
|
-
"closed": "Cerrado"
|
|
760
|
-
},
|
|
761
|
-
"state_attributes": {
|
|
762
|
-
"inicio": {
|
|
763
|
-
"name": "Inicio"
|
|
764
|
-
},
|
|
765
|
-
"fin": {
|
|
766
|
-
"name": "Final"
|
|
767
|
-
},
|
|
768
|
-
"fecha": {
|
|
769
|
-
"name": "Fecha"
|
|
770
|
-
},
|
|
771
|
-
"periodo": {
|
|
772
|
-
"name": "Periodo"
|
|
773
|
-
},
|
|
774
|
-
"comentario": {
|
|
775
|
-
"name": "Comentario"
|
|
776
|
-
},
|
|
777
|
-
"umbral": {
|
|
778
|
-
"name": "Umbral",
|
|
779
|
-
"state": {
|
|
780
|
-
"heat_night_very_intense": "Calor nocturno muy intenso",
|
|
781
|
-
"heat_night_intense": "Calor nocturno intenso",
|
|
782
|
-
"unknown": "Desconocido"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
"peligro": {
|
|
786
|
-
"name": "Peligro"
|
|
787
|
-
},
|
|
788
|
-
"nivel": {
|
|
789
|
-
"name": "Nivel"
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
"alert_snow": {
|
|
794
|
-
"name": "Alerta Nieve",
|
|
795
|
-
"state": {
|
|
796
|
-
"opened": "Abierto",
|
|
797
|
-
"closed": "Cerrado"
|
|
798
|
-
},
|
|
799
|
-
"state_attributes": {
|
|
800
|
-
"inicio": {
|
|
801
|
-
"name": "Inicio"
|
|
802
|
-
},
|
|
803
|
-
"fin": {
|
|
804
|
-
"name": "Final"
|
|
805
|
-
},
|
|
806
|
-
"fecha": {
|
|
807
|
-
"name": "Fecha"
|
|
808
|
-
},
|
|
809
|
-
"periodo": {
|
|
810
|
-
"name": "Periodo"
|
|
811
|
-
},
|
|
812
|
-
"comentario": {
|
|
813
|
-
"name": "Comentario"
|
|
814
|
-
},
|
|
815
|
-
"umbral": {
|
|
816
|
-
"name": "Umbral",
|
|
817
|
-
"state": {
|
|
818
|
-
"hail_2_cm": "Granizo de diámetro > 2 cm",
|
|
819
|
-
"thickness_50_at_1000": "grosor > 50 cm en cotas superiores a 1000 metros hasta 1500 metros",
|
|
820
|
-
"thickness_30_at_800": "grosor > 30 cm en cotas superiores a 800 metros hasta 1000 metros",
|
|
821
|
-
"thickness_20_at_600": "grosor > 20 cm en cotas superiores a 600 metros hasta 800 metros",
|
|
822
|
-
"thickness_20_at_1000": "grosor > 20 cm en cotas superiores a 1000 metros hasta 1500 metros",
|
|
823
|
-
"thickness_15_at_300": "grosor > 15 cm en cotas superiores a 300 metros hasta 600 metros",
|
|
824
|
-
"thickness_10_at_800": "grosor > 10 cm en cotas superiores a 800 metros hasta 1000 metros",
|
|
825
|
-
"thickness_5_at_300": "grosor > 5 cm en cotas inferiores a 300 metros",
|
|
826
|
-
"thickness_5_at_600": "grosor > 5 cm en cotas superiores a 600 metros hasta 800 metros",
|
|
827
|
-
"
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"user": {
|
|
5
|
+
"description": "Ingrese la API Key facilitada por Meteocat para poder iniciar el proceso de validación.",
|
|
6
|
+
"title": "API Key"
|
|
7
|
+
},
|
|
8
|
+
"select_municipi": {
|
|
9
|
+
"description": "Seleccione el municipio de la lista.",
|
|
10
|
+
"title": "Selección de municipio",
|
|
11
|
+
"data": {
|
|
12
|
+
"municipi": "Municipio"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"select_station": {
|
|
16
|
+
"description": "Seleccione la estación de la lista.",
|
|
17
|
+
"title": "Selección de estación",
|
|
18
|
+
"data": {
|
|
19
|
+
"station": "Estaciones"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"set_api_limits": {
|
|
23
|
+
"description": "Define los límites del plan de la API.",
|
|
24
|
+
"title": "API límites"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"error": {
|
|
28
|
+
"bad_request": "Petición no válida. Revise su API Key.",
|
|
29
|
+
"forbidden": "Acceso denegado. Revise los permisos de su API Key.",
|
|
30
|
+
"rate_limit_exceeded": "Exceso del límite de peticiones. Por favor, inténtelo de nuevo más tarde.",
|
|
31
|
+
"server_error": "Error del servidor. Inténtelo de nuevo más tarde.",
|
|
32
|
+
"connection_error": "Error de conexión. Revise su conexión de red.",
|
|
33
|
+
"unknown_error": "Error desconocido."
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"options": {
|
|
37
|
+
"step": {
|
|
38
|
+
"init": {
|
|
39
|
+
"description": "Configura la clave API, los límites de la API, regenera los archivos de 'assets' o actualiza las coordenadas.",
|
|
40
|
+
"title": "Opciones de configuración",
|
|
41
|
+
"data": {
|
|
42
|
+
"option": "Opciones"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"update_api_and_limits": {
|
|
46
|
+
"description": "Configura el API Key y los límites de la API.",
|
|
47
|
+
"title": "API Key y límites"
|
|
48
|
+
},
|
|
49
|
+
"update_limits_only": {
|
|
50
|
+
"description": "Configura los límites de la API.",
|
|
51
|
+
"title": "Límites de la API"
|
|
52
|
+
},
|
|
53
|
+
"update_coordinates": {
|
|
54
|
+
"description": "Introduce nuevas coordenadas. Coordenadas actuales: latitud {current_latitude}, longitud {current_longitude}. Altitud actual: {current_altitude} metros.",
|
|
55
|
+
"title": "Actualizar coordenadas",
|
|
56
|
+
"data": {
|
|
57
|
+
"latitude": "Latitud",
|
|
58
|
+
"longitude": "Longitud",
|
|
59
|
+
"altitude": "Altitud (metros)"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"confirm_regenerate_assets": {
|
|
63
|
+
"description": "Regenera los archivos de 'assets'.",
|
|
64
|
+
"title": "Regenera 'assets'",
|
|
65
|
+
"data": {
|
|
66
|
+
"confirm": "Confirmar"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"error": {
|
|
71
|
+
"cannot_connect": "Error de conexión. Error al comprobar la nueva API Key.",
|
|
72
|
+
"unknown": "Error desconocido al comprobar la nueva API Key.",
|
|
73
|
+
"invalid_limit": "Límite no válido. El límite debe ser un número positivo.",
|
|
74
|
+
"invalid_coordinates": "Las coordenadas deben estar dentro del rango de Cataluña (latitud: 40.5 a 42.5, longitud: 0.1 a 3.3).",
|
|
75
|
+
"invalid_altitude": "Altitud no puede ser negativa."
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"selector": {
|
|
79
|
+
"option": {
|
|
80
|
+
"options": {
|
|
81
|
+
"update_api_and_limits": "Actualizar API Key y límites.",
|
|
82
|
+
"update_limits_only": "Actualizar API límites.",
|
|
83
|
+
"regenerate_assets": "Regenerar archivos de 'assets'.",
|
|
84
|
+
"update_coordinates": "Actualizar coordenadas (latitud y longitud) y altitud (metros)."
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"entity": {
|
|
89
|
+
"sensor": {
|
|
90
|
+
"wind_speed": {
|
|
91
|
+
"name": "Viento Velocidad"
|
|
92
|
+
},
|
|
93
|
+
"wind_direction": {
|
|
94
|
+
"name": "Viento Dirección"
|
|
95
|
+
},
|
|
96
|
+
"wind_direction_cardinal": {
|
|
97
|
+
"name": "Viento Dirección Cardinal",
|
|
98
|
+
"state": {
|
|
99
|
+
"north": "N",
|
|
100
|
+
"north_northeast": "NNE",
|
|
101
|
+
"northeast": "NE",
|
|
102
|
+
"east_northeast": "ENE",
|
|
103
|
+
"east": "E",
|
|
104
|
+
"east_southeast": "ESE",
|
|
105
|
+
"southeast": "SE",
|
|
106
|
+
"south_southeast": "SSE",
|
|
107
|
+
"south": "S",
|
|
108
|
+
"south_southwest": "SSO",
|
|
109
|
+
"southwest": "SO",
|
|
110
|
+
"west_southwest": "OSO",
|
|
111
|
+
"west": "O",
|
|
112
|
+
"west_northwest": "ONO",
|
|
113
|
+
"northwest": "NO",
|
|
114
|
+
"north_northwest": "NNO",
|
|
115
|
+
"unknown": "Desconocido"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"temperature": {
|
|
119
|
+
"name": "Temperatura"
|
|
120
|
+
},
|
|
121
|
+
"humidity": {
|
|
122
|
+
"name": "Humedad"
|
|
123
|
+
},
|
|
124
|
+
"pressure": {
|
|
125
|
+
"name": "Presión"
|
|
126
|
+
},
|
|
127
|
+
"precipitation": {
|
|
128
|
+
"name": "Precipitación"
|
|
129
|
+
},
|
|
130
|
+
"precipitation_accumulated": {
|
|
131
|
+
"name": "Precipitación Acumulada"
|
|
132
|
+
},
|
|
133
|
+
"precipitation_probability": {
|
|
134
|
+
"name": "Precipitación Probabilidad"
|
|
135
|
+
},
|
|
136
|
+
"solar_global_irradiance": {
|
|
137
|
+
"name": "Irradiación Solar Global"
|
|
138
|
+
},
|
|
139
|
+
"uv_index": {
|
|
140
|
+
"name": "UV Índice",
|
|
141
|
+
"state_attributes": {
|
|
142
|
+
"hour": {
|
|
143
|
+
"name": "Hora"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"max_temperature": {
|
|
148
|
+
"name": "Temperatura Max"
|
|
149
|
+
},
|
|
150
|
+
"min_temperature": {
|
|
151
|
+
"name": "Temperatura Min"
|
|
152
|
+
},
|
|
153
|
+
"feels_like": {
|
|
154
|
+
"name": "Sensación Térmica"
|
|
155
|
+
},
|
|
156
|
+
"wind_gust": {
|
|
157
|
+
"name": "Viento Racha"
|
|
158
|
+
},
|
|
159
|
+
"town_name": {
|
|
160
|
+
"name": "Municipio Nombre"
|
|
161
|
+
},
|
|
162
|
+
"town_id": {
|
|
163
|
+
"name": "Municipio ID"
|
|
164
|
+
},
|
|
165
|
+
"station_name": {
|
|
166
|
+
"name": "Estación Nombre"
|
|
167
|
+
},
|
|
168
|
+
"station_id": {
|
|
169
|
+
"name": "Estación ID"
|
|
170
|
+
},
|
|
171
|
+
"station_timestamp": {
|
|
172
|
+
"name": "Estación Timestamp"
|
|
173
|
+
},
|
|
174
|
+
"region_name": {
|
|
175
|
+
"name": "Comarca Nombre"
|
|
176
|
+
},
|
|
177
|
+
"region_id": {
|
|
178
|
+
"name": "Comarca ID"
|
|
179
|
+
},
|
|
180
|
+
"condition": {
|
|
181
|
+
"name": "Estado del cielo",
|
|
182
|
+
"state": {
|
|
183
|
+
"sunny": "Soleado",
|
|
184
|
+
"clear-night": "Noche Despejada",
|
|
185
|
+
"partlycloudy": "Parcialmente Nublado",
|
|
186
|
+
"cloudy": "Nublado",
|
|
187
|
+
"rainy": "Lluvioso",
|
|
188
|
+
"pouring": "Tormenta",
|
|
189
|
+
"lightning-rainy": "Tormenta con Rayos",
|
|
190
|
+
"hail": "Granizo",
|
|
191
|
+
"snowy": "Nevando",
|
|
192
|
+
"snow-rainy": "Nieve con Lluvia"
|
|
193
|
+
},
|
|
194
|
+
"state_attributes": {
|
|
195
|
+
"hour": {
|
|
196
|
+
"name": "Hora"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"max_temperature_forecast": {
|
|
201
|
+
"name": "Temperatura Max Hoy"
|
|
202
|
+
},
|
|
203
|
+
"min_temperature_forecast": {
|
|
204
|
+
"name": "Temperatura Min Hoy"
|
|
205
|
+
},
|
|
206
|
+
"hourly_forecast_file_status": {
|
|
207
|
+
"name": "Archivo Horario",
|
|
208
|
+
"state": {
|
|
209
|
+
"updated": "Actualizado",
|
|
210
|
+
"obsolete": "Obsoleto"
|
|
211
|
+
},
|
|
212
|
+
"state_attributes": {
|
|
213
|
+
"update_date": {
|
|
214
|
+
"name": "Fecha"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"daily_forecast_file_status": {
|
|
219
|
+
"name": "Archivo Diario",
|
|
220
|
+
"state": {
|
|
221
|
+
"updated": "Actualizado",
|
|
222
|
+
"obsolete": "Obsoleto"
|
|
223
|
+
},
|
|
224
|
+
"state_attributes": {
|
|
225
|
+
"update_date": {
|
|
226
|
+
"name": "Fecha"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"uvi_file_status": {
|
|
231
|
+
"name": "Archivo UVI",
|
|
232
|
+
"state": {
|
|
233
|
+
"updated": "Actualizado",
|
|
234
|
+
"obsolete": "Obsoleto"
|
|
235
|
+
},
|
|
236
|
+
"state_attributes": {
|
|
237
|
+
"update_date": {
|
|
238
|
+
"name": "Fecha"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"alert_file_status": {
|
|
243
|
+
"name": "Archivo Alerta",
|
|
244
|
+
"state": {
|
|
245
|
+
"updated": "Actualizado",
|
|
246
|
+
"obsolete": "Obsoleto"
|
|
247
|
+
},
|
|
248
|
+
"state_attributes": {
|
|
249
|
+
"update_date": {
|
|
250
|
+
"name": "Fecha"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"quota_file_status": {
|
|
255
|
+
"name": "Archivo Cuota",
|
|
256
|
+
"state": {
|
|
257
|
+
"updated": "Actualizado",
|
|
258
|
+
"obsolete": "Obsoleto"
|
|
259
|
+
},
|
|
260
|
+
"state_attributes": {
|
|
261
|
+
"update_date": {
|
|
262
|
+
"name": "Fecha"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"lightning_file_status": {
|
|
267
|
+
"name": "Archivo Rayos",
|
|
268
|
+
"state": {
|
|
269
|
+
"updated": "Actualizado",
|
|
270
|
+
"obsolete": "Obsoleto"
|
|
271
|
+
},
|
|
272
|
+
"state_attributes": {
|
|
273
|
+
"update_date": {
|
|
274
|
+
"name": "Fecha"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"lightning_region": {
|
|
279
|
+
"name": "Rayos Comarca",
|
|
280
|
+
"state_attributes": {
|
|
281
|
+
"cloud_cloud": {
|
|
282
|
+
"name": "Nube-Nube"
|
|
283
|
+
},
|
|
284
|
+
"cloud_ground_neg": {
|
|
285
|
+
"name": "Nube-Tierra Negativo"
|
|
286
|
+
},
|
|
287
|
+
"cloud_ground_pos": {
|
|
288
|
+
"name": "Nube-Tierra Positivo"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"lightning_town": {
|
|
293
|
+
"name": "Rayos Municipio",
|
|
294
|
+
"state_attributes": {
|
|
295
|
+
"cloud_cloud": {
|
|
296
|
+
"name": "Nube-Nube"
|
|
297
|
+
},
|
|
298
|
+
"cloud_ground_neg": {
|
|
299
|
+
"name": "Nube-Tierra Negativo"
|
|
300
|
+
},
|
|
301
|
+
"cloud_ground_pos": {
|
|
302
|
+
"name": "Nube-Tierra Positivo"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"quota_xdde": {
|
|
307
|
+
"name": "Cuota XDDE",
|
|
308
|
+
"state": {
|
|
309
|
+
"ok": "Ok",
|
|
310
|
+
"exceeded": "Superada",
|
|
311
|
+
"unknown": "Desconocido"
|
|
312
|
+
},
|
|
313
|
+
"state_attributes": {
|
|
314
|
+
"period": {
|
|
315
|
+
"name": "Periodo",
|
|
316
|
+
"state": {
|
|
317
|
+
"weekly": "Semanal",
|
|
318
|
+
"monthly": "Mensual",
|
|
319
|
+
"annual": "Anual"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"max_queries": {
|
|
323
|
+
"name": "Máximo"
|
|
324
|
+
},
|
|
325
|
+
"remain_queries": {
|
|
326
|
+
"name": "Restantes"
|
|
327
|
+
},
|
|
328
|
+
"made_queries": {
|
|
329
|
+
"name": "Realizadas"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"quota_prediccio": {
|
|
334
|
+
"name": "Cuota Predicción",
|
|
335
|
+
"state": {
|
|
336
|
+
"ok": "Ok",
|
|
337
|
+
"exceeded": "Superada",
|
|
338
|
+
"unknown": "Desconocido"
|
|
339
|
+
},
|
|
340
|
+
"state_attributes": {
|
|
341
|
+
"period": {
|
|
342
|
+
"name": "Periodo",
|
|
343
|
+
"state": {
|
|
344
|
+
"weekly": "Semanal",
|
|
345
|
+
"monthly": "Mensual",
|
|
346
|
+
"annual": "Anual"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"max_queries": {
|
|
350
|
+
"name": "Máximo"
|
|
351
|
+
},
|
|
352
|
+
"remain_queries": {
|
|
353
|
+
"name": "Restantes"
|
|
354
|
+
},
|
|
355
|
+
"made_queries": {
|
|
356
|
+
"name": "Realizadas"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"quota_basic": {
|
|
361
|
+
"name": "Cuota Básica",
|
|
362
|
+
"state": {
|
|
363
|
+
"ok": "Ok",
|
|
364
|
+
"exceeded": "Superada",
|
|
365
|
+
"unknown": "Desconocido"
|
|
366
|
+
},
|
|
367
|
+
"state_attributes": {
|
|
368
|
+
"period": {
|
|
369
|
+
"name": "Periodo",
|
|
370
|
+
"state": {
|
|
371
|
+
"weekly": "Semanal",
|
|
372
|
+
"monthly": "Mensual",
|
|
373
|
+
"annual": "Anual"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"max_queries": {
|
|
377
|
+
"name": "Máximo"
|
|
378
|
+
},
|
|
379
|
+
"remain_queries": {
|
|
380
|
+
"name": "Restantes"
|
|
381
|
+
},
|
|
382
|
+
"made_queries": {
|
|
383
|
+
"name": "Realizadas"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"quota_xema": {
|
|
388
|
+
"name": "Cuota XEMA",
|
|
389
|
+
"state": {
|
|
390
|
+
"ok": "Ok",
|
|
391
|
+
"exceeded": "Superada",
|
|
392
|
+
"unknown": "Desconocido"
|
|
393
|
+
},
|
|
394
|
+
"state_attributes": {
|
|
395
|
+
"period": {
|
|
396
|
+
"name": "Periodo",
|
|
397
|
+
"state": {
|
|
398
|
+
"weekly": "Semanal",
|
|
399
|
+
"monthly": "Mensual",
|
|
400
|
+
"annual": "Anual"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"max_queries": {
|
|
404
|
+
"name": "Máximo"
|
|
405
|
+
},
|
|
406
|
+
"remain_queries": {
|
|
407
|
+
"name": "Restantes"
|
|
408
|
+
},
|
|
409
|
+
"made_queries": {
|
|
410
|
+
"name": "Realizadas"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"quota_queries": {
|
|
415
|
+
"name": "Cuota Consultas",
|
|
416
|
+
"state": {
|
|
417
|
+
"ok": "Ok",
|
|
418
|
+
"exceeded": "Superada",
|
|
419
|
+
"unknown": "Desconocido"
|
|
420
|
+
},
|
|
421
|
+
"state_attributes": {
|
|
422
|
+
"period": {
|
|
423
|
+
"name": "Periodo",
|
|
424
|
+
"state": {
|
|
425
|
+
"weekly": "Semanal",
|
|
426
|
+
"monthly": "Mensual",
|
|
427
|
+
"annual": "Anual"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"max_queries": {
|
|
431
|
+
"name": "Máximo"
|
|
432
|
+
},
|
|
433
|
+
"remain_queries": {
|
|
434
|
+
"name": "Restantes"
|
|
435
|
+
},
|
|
436
|
+
"made_queries": {
|
|
437
|
+
"name": "Realizadas"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"alerts": {
|
|
442
|
+
"name": "Alertas",
|
|
443
|
+
"state_attributes": {
|
|
444
|
+
"alert_1": {
|
|
445
|
+
"name": "Alerta 1",
|
|
446
|
+
"state": {
|
|
447
|
+
"violent_weather": "Tiempo violento",
|
|
448
|
+
"rain_intensity": "Intensidad de lluvia",
|
|
449
|
+
"rain_amount": "Acumulación de lluvia",
|
|
450
|
+
"snow": "Nieve",
|
|
451
|
+
"wind": "Viento",
|
|
452
|
+
"sea_state": "Estado del mar",
|
|
453
|
+
"cold": "Frío",
|
|
454
|
+
"heat": "Calor",
|
|
455
|
+
"night_heat": "Calor nocturno"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"alert_2": {
|
|
459
|
+
"name": "Alerta 2",
|
|
460
|
+
"state": {
|
|
461
|
+
"violent_weather": "Tiempo violento",
|
|
462
|
+
"rain_intensity": "Intensidad de lluvia",
|
|
463
|
+
"rain_amount": "Acumulación de lluvia",
|
|
464
|
+
"snow": "Nieve",
|
|
465
|
+
"wind": "Viento",
|
|
466
|
+
"sea_state": "Estado del mar",
|
|
467
|
+
"cold": "Frío",
|
|
468
|
+
"heat": "Calor",
|
|
469
|
+
"night_heat": "Calor nocturno"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"alert_3": {
|
|
473
|
+
"name": "Alerta 3",
|
|
474
|
+
"state": {
|
|
475
|
+
"violent_weather": "Tiempo violento",
|
|
476
|
+
"rain_intensity": "Intensidad de lluvia",
|
|
477
|
+
"rain_amount": "Acumulación de lluvia",
|
|
478
|
+
"snow": "Nieve",
|
|
479
|
+
"wind": "Viento",
|
|
480
|
+
"sea_state": "Estado del mar",
|
|
481
|
+
"cold": "Frío",
|
|
482
|
+
"heat": "Calor",
|
|
483
|
+
"night_heat": "Calor nocturno"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"alert_4": {
|
|
487
|
+
"name": "Alerta 4",
|
|
488
|
+
"state": {
|
|
489
|
+
"violent_weather": "Tiempo violento",
|
|
490
|
+
"rain_intensity": "Intensidad de lluvia",
|
|
491
|
+
"rain_amount": "Acumulación de lluvia",
|
|
492
|
+
"snow": "Nieve",
|
|
493
|
+
"wind": "Viento",
|
|
494
|
+
"sea_state": "Estado del mar",
|
|
495
|
+
"cold": "Frío",
|
|
496
|
+
"heat": "Calor",
|
|
497
|
+
"night_heat": "Calor nocturno"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"alert_5": {
|
|
501
|
+
"name": "Alerta 5",
|
|
502
|
+
"state": {
|
|
503
|
+
"violent_weather": "Tiempo violento",
|
|
504
|
+
"rain_intensity": "Intensidad de lluvia",
|
|
505
|
+
"rain_amount": "Acumulación de lluvia",
|
|
506
|
+
"snow": "Nieve",
|
|
507
|
+
"wind": "Viento",
|
|
508
|
+
"sea_state": "Estado del mar",
|
|
509
|
+
"cold": "Frío",
|
|
510
|
+
"heat": "Calor",
|
|
511
|
+
"night_heat": "Calor nocturno"
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"alert_wind": {
|
|
517
|
+
"name": "Alerta Viento",
|
|
518
|
+
"state": {
|
|
519
|
+
"opened": "Abierto",
|
|
520
|
+
"closed": "Cerrado"
|
|
521
|
+
},
|
|
522
|
+
"state_attributes": {
|
|
523
|
+
"inicio": {
|
|
524
|
+
"name": "Inicio"
|
|
525
|
+
},
|
|
526
|
+
"fin": {
|
|
527
|
+
"name": "Final"
|
|
528
|
+
},
|
|
529
|
+
"fecha": {
|
|
530
|
+
"name": "Fecha"
|
|
531
|
+
},
|
|
532
|
+
"periodo": {
|
|
533
|
+
"name": "Periodo"
|
|
534
|
+
},
|
|
535
|
+
"comentario": {
|
|
536
|
+
"name": "Comentario"
|
|
537
|
+
},
|
|
538
|
+
"umbral": {
|
|
539
|
+
"name": "Umbral",
|
|
540
|
+
"state": {
|
|
541
|
+
"wind_gusts_25": "Rachas de viento > 25 m/s",
|
|
542
|
+
"microburst": "Reventón",
|
|
543
|
+
"tornadoes": "Tornados o mangas marinas",
|
|
544
|
+
"wind_40": "Racha máxima > 40 m/s",
|
|
545
|
+
"wind_35": "Racha máxima > 35 m/s",
|
|
546
|
+
"wind_30": "Racha máxima > 30 m/s",
|
|
547
|
+
"wind_25": "Racha máxima > 25 m/s",
|
|
548
|
+
"wind_20": "Racha máxima > 20 m/s",
|
|
549
|
+
"unknown": "Desconocido"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"peligro": {
|
|
553
|
+
"name": "Peligro"
|
|
554
|
+
},
|
|
555
|
+
"nivel": {
|
|
556
|
+
"name": "Nivel"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"alert_rain_intensity": {
|
|
561
|
+
"name": "Alerta Intensidad Lluvia",
|
|
562
|
+
"state": {
|
|
563
|
+
"opened": "Abierto",
|
|
564
|
+
"closed": "Cerrado"
|
|
565
|
+
},
|
|
566
|
+
"state_attributes": {
|
|
567
|
+
"inicio": {
|
|
568
|
+
"name": "Inicio"
|
|
569
|
+
},
|
|
570
|
+
"fin": {
|
|
571
|
+
"name": "Final"
|
|
572
|
+
},
|
|
573
|
+
"fecha": {
|
|
574
|
+
"name": "Fecha"
|
|
575
|
+
},
|
|
576
|
+
"periodo": {
|
|
577
|
+
"name": "Periodo"
|
|
578
|
+
},
|
|
579
|
+
"comentario": {
|
|
580
|
+
"name": "Comentario"
|
|
581
|
+
},
|
|
582
|
+
"umbral": {
|
|
583
|
+
"name": "Umbral",
|
|
584
|
+
"state": {
|
|
585
|
+
"hail_2_cm": "Granizo de diámetro > 2 cm",
|
|
586
|
+
"microburst": "Reventón",
|
|
587
|
+
"intensity_40_30": "Intensidad > 40 mm / 30 minutos",
|
|
588
|
+
"intensity_20_30": "Intensidad > 20 mm / 30 minutos",
|
|
589
|
+
"unknown": "Desconocido"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"peligro": {
|
|
593
|
+
"name": "Peligro"
|
|
594
|
+
},
|
|
595
|
+
"nivel": {
|
|
596
|
+
"name": "Nivel"
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"alert_rain": {
|
|
601
|
+
"name": "Alerta Lluvia",
|
|
602
|
+
"state": {
|
|
603
|
+
"opened": "Abierto",
|
|
604
|
+
"closed": "Cerrado"
|
|
605
|
+
},
|
|
606
|
+
"state_attributes": {
|
|
607
|
+
"inicio": {
|
|
608
|
+
"name": "Inicio"
|
|
609
|
+
},
|
|
610
|
+
"fin": {
|
|
611
|
+
"name": "Final"
|
|
612
|
+
},
|
|
613
|
+
"fecha": {
|
|
614
|
+
"name": "Fecha"
|
|
615
|
+
},
|
|
616
|
+
"periodo": {
|
|
617
|
+
"name": "Periodo"
|
|
618
|
+
},
|
|
619
|
+
"comentario": {
|
|
620
|
+
"name": "Comentario"
|
|
621
|
+
},
|
|
622
|
+
"umbral": {
|
|
623
|
+
"name": "Umbral",
|
|
624
|
+
"state": {
|
|
625
|
+
"microburst": "Reventón",
|
|
626
|
+
"rain_200_24": "Acumulada > 200 mm /24 horas",
|
|
627
|
+
"rain_100_24": "Acumulada > 100 mm /24 horas",
|
|
628
|
+
"unknown": "Desconocido"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"peligro": {
|
|
632
|
+
"name": "Peligro"
|
|
633
|
+
},
|
|
634
|
+
"nivel": {
|
|
635
|
+
"name": "Nivel"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"alert_sea": {
|
|
640
|
+
"name": "Alerta Mar",
|
|
641
|
+
"state": {
|
|
642
|
+
"opened": "Abierto",
|
|
643
|
+
"closed": "Cerrado"
|
|
644
|
+
},
|
|
645
|
+
"state_attributes": {
|
|
646
|
+
"inicio": {
|
|
647
|
+
"name": "Inicio"
|
|
648
|
+
},
|
|
649
|
+
"fin": {
|
|
650
|
+
"name": "Final"
|
|
651
|
+
},
|
|
652
|
+
"fecha": {
|
|
653
|
+
"name": "Fecha"
|
|
654
|
+
},
|
|
655
|
+
"periodo": {
|
|
656
|
+
"name": "Periodo"
|
|
657
|
+
},
|
|
658
|
+
"comentario": {
|
|
659
|
+
"name": "Comentario"
|
|
660
|
+
},
|
|
661
|
+
"umbral": {
|
|
662
|
+
"name": "Umbral",
|
|
663
|
+
"state": {
|
|
664
|
+
"microburst": "Reventón",
|
|
665
|
+
"tornadoes": "Tornados o mangas marinas",
|
|
666
|
+
"waves_4": "Olas > 4.00 metros (mar brava)",
|
|
667
|
+
"waves_2_50": "Olas > 2.50 metros (mar temporal)",
|
|
668
|
+
"unknown": "Desconocido"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"peligro": {
|
|
672
|
+
"name": "Peligro"
|
|
673
|
+
},
|
|
674
|
+
"nivel": {
|
|
675
|
+
"name": "Nivel"
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"alert_cold": {
|
|
680
|
+
"name": "Alerta Frío",
|
|
681
|
+
"state": {
|
|
682
|
+
"opened": "Abierto",
|
|
683
|
+
"closed": "Cerrado"
|
|
684
|
+
},
|
|
685
|
+
"state_attributes": {
|
|
686
|
+
"inicio": {
|
|
687
|
+
"name": "Inicio"
|
|
688
|
+
},
|
|
689
|
+
"fin": {
|
|
690
|
+
"name": "Final"
|
|
691
|
+
},
|
|
692
|
+
"fecha": {
|
|
693
|
+
"name": "Fecha"
|
|
694
|
+
},
|
|
695
|
+
"periodo": {
|
|
696
|
+
"name": "Periodo"
|
|
697
|
+
},
|
|
698
|
+
"comentario": {
|
|
699
|
+
"name": "Comentario"
|
|
700
|
+
},
|
|
701
|
+
"umbral": {
|
|
702
|
+
"name": "Umbral",
|
|
703
|
+
"state": {
|
|
704
|
+
"cold_very_intense": "Frío muy intenso",
|
|
705
|
+
"cold_intense": "Frío intenso",
|
|
706
|
+
"unknown": "Desconocido"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"peligro": {
|
|
710
|
+
"name": "Peligro"
|
|
711
|
+
},
|
|
712
|
+
"nivel": {
|
|
713
|
+
"name": "Nivel"
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"alert_warm": {
|
|
718
|
+
"name": "Alerta Calor",
|
|
719
|
+
"state": {
|
|
720
|
+
"opened": "Abierto",
|
|
721
|
+
"closed": "Cerrado"
|
|
722
|
+
},
|
|
723
|
+
"state_attributes": {
|
|
724
|
+
"inicio": {
|
|
725
|
+
"name": "Inicio"
|
|
726
|
+
},
|
|
727
|
+
"fin": {
|
|
728
|
+
"name": "Final"
|
|
729
|
+
},
|
|
730
|
+
"fecha": {
|
|
731
|
+
"name": "Fecha"
|
|
732
|
+
},
|
|
733
|
+
"periodo": {
|
|
734
|
+
"name": "Periodo"
|
|
735
|
+
},
|
|
736
|
+
"comentario": {
|
|
737
|
+
"name": "Comentario"
|
|
738
|
+
},
|
|
739
|
+
"umbral": {
|
|
740
|
+
"name": "Umbral",
|
|
741
|
+
"state": {
|
|
742
|
+
"heat_very_intense": "Calor muy intenso",
|
|
743
|
+
"heat_intense": "Calor intenso",
|
|
744
|
+
"unknown": "Desconocido"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"peligro": {
|
|
748
|
+
"name": "Peligro"
|
|
749
|
+
},
|
|
750
|
+
"nivel": {
|
|
751
|
+
"name": "Nivel"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"alert_warm_night": {
|
|
756
|
+
"name": "Alerta Calor Nocturno",
|
|
757
|
+
"state": {
|
|
758
|
+
"opened": "Abierto",
|
|
759
|
+
"closed": "Cerrado"
|
|
760
|
+
},
|
|
761
|
+
"state_attributes": {
|
|
762
|
+
"inicio": {
|
|
763
|
+
"name": "Inicio"
|
|
764
|
+
},
|
|
765
|
+
"fin": {
|
|
766
|
+
"name": "Final"
|
|
767
|
+
},
|
|
768
|
+
"fecha": {
|
|
769
|
+
"name": "Fecha"
|
|
770
|
+
},
|
|
771
|
+
"periodo": {
|
|
772
|
+
"name": "Periodo"
|
|
773
|
+
},
|
|
774
|
+
"comentario": {
|
|
775
|
+
"name": "Comentario"
|
|
776
|
+
},
|
|
777
|
+
"umbral": {
|
|
778
|
+
"name": "Umbral",
|
|
779
|
+
"state": {
|
|
780
|
+
"heat_night_very_intense": "Calor nocturno muy intenso",
|
|
781
|
+
"heat_night_intense": "Calor nocturno intenso",
|
|
782
|
+
"unknown": "Desconocido"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"peligro": {
|
|
786
|
+
"name": "Peligro"
|
|
787
|
+
},
|
|
788
|
+
"nivel": {
|
|
789
|
+
"name": "Nivel"
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"alert_snow": {
|
|
794
|
+
"name": "Alerta Nieve",
|
|
795
|
+
"state": {
|
|
796
|
+
"opened": "Abierto",
|
|
797
|
+
"closed": "Cerrado"
|
|
798
|
+
},
|
|
799
|
+
"state_attributes": {
|
|
800
|
+
"inicio": {
|
|
801
|
+
"name": "Inicio"
|
|
802
|
+
},
|
|
803
|
+
"fin": {
|
|
804
|
+
"name": "Final"
|
|
805
|
+
},
|
|
806
|
+
"fecha": {
|
|
807
|
+
"name": "Fecha"
|
|
808
|
+
},
|
|
809
|
+
"periodo": {
|
|
810
|
+
"name": "Periodo"
|
|
811
|
+
},
|
|
812
|
+
"comentario": {
|
|
813
|
+
"name": "Comentario"
|
|
814
|
+
},
|
|
815
|
+
"umbral": {
|
|
816
|
+
"name": "Umbral",
|
|
817
|
+
"state": {
|
|
818
|
+
"hail_2_cm": "Granizo de diámetro > 2 cm",
|
|
819
|
+
"thickness_50_at_1000": "grosor > 50 cm en cotas superiores a 1000 metros hasta 1500 metros",
|
|
820
|
+
"thickness_30_at_800": "grosor > 30 cm en cotas superiores a 800 metros hasta 1000 metros",
|
|
821
|
+
"thickness_20_at_600": "grosor > 20 cm en cotas superiores a 600 metros hasta 800 metros",
|
|
822
|
+
"thickness_20_at_1000": "grosor > 20 cm en cotas superiores a 1000 metros hasta 1500 metros",
|
|
823
|
+
"thickness_15_at_300": "grosor > 15 cm en cotas superiores a 300 metros hasta 600 metros",
|
|
824
|
+
"thickness_10_at_800": "grosor > 10 cm en cotas superiores a 800 metros hasta 1000 metros",
|
|
825
|
+
"thickness_5_at_300": "grosor > 5 cm en cotas inferiores a 300 metros",
|
|
826
|
+
"thickness_5_at_600": "grosor > 5 cm en cotas superiores a 600 metros hasta 800 metros",
|
|
827
|
+
"thickness_2_at_400": "grosor > 2 cm en cotas superiores a 400 metros",
|
|
828
|
+
"thickness_2_at_300": "grosor > 2 cm en cotas superiores a 300 metros hasta 600 metros",
|
|
829
|
+
"thickness_0_at_300": "grosor ≥ 0 cm en cotas inferiores a 300 metros",
|
|
830
|
+
"thickness_0_at_200": "grosor ≥ 0 cm en cotas superiores a 200 metros",
|
|
831
|
+
"unknown": "Desconocido"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"peligro": {
|
|
835
|
+
"name": "Peligro"
|
|
836
|
+
},
|
|
837
|
+
"nivel": {
|
|
838
|
+
"name": "Nivel"
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"sun": {
|
|
843
|
+
"name": "Sol",
|
|
844
|
+
"state": {
|
|
845
|
+
"above_horizon": "Sobre el horizonte",
|
|
846
|
+
"below_horizon": "Bajo el horizonte"
|
|
847
|
+
},
|
|
848
|
+
"state_attributes": {
|
|
849
|
+
"elevation": {
|
|
850
|
+
"name": "Elevación"
|
|
851
|
+
},
|
|
852
|
+
"azimuth": {
|
|
853
|
+
"name": "Azimut"
|
|
854
|
+
},
|
|
855
|
+
"rising": {
|
|
856
|
+
"name": "Ascendente",
|
|
857
|
+
"state": {
|
|
858
|
+
"false": "No",
|
|
859
|
+
"true": "Sí"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"last_updated": {
|
|
863
|
+
"name": "Actualizado"
|
|
864
|
+
},
|
|
865
|
+
"sunrise": {
|
|
866
|
+
"name": "Amanecer"
|
|
867
|
+
},
|
|
868
|
+
"sunset": {
|
|
869
|
+
"name": "Atardecer"
|
|
870
|
+
},
|
|
871
|
+
"noon": {
|
|
872
|
+
"name": "Mediodía"
|
|
873
|
+
},
|
|
874
|
+
"dawn_civil": {
|
|
875
|
+
"name": "Amanecer civil"
|
|
876
|
+
},
|
|
877
|
+
"dusk_civil": {
|
|
878
|
+
"name": "Atardecer civil"
|
|
879
|
+
},
|
|
880
|
+
"dawn_nautical": {
|
|
881
|
+
"name": "Amanecer náutico"
|
|
882
|
+
},
|
|
883
|
+
"dusk_nautical": {
|
|
884
|
+
"name": "Atardecer náutico"
|
|
885
|
+
},
|
|
886
|
+
"dawn_astronomical": {
|
|
887
|
+
"name": "Amanecer astronómico"
|
|
888
|
+
},
|
|
889
|
+
"dusk_astronomical": {
|
|
890
|
+
"name": "Atardecer astronómico"
|
|
891
|
+
},
|
|
892
|
+
"midnight": {
|
|
893
|
+
"name": "Medianoche solar"
|
|
894
|
+
},
|
|
895
|
+
"daylight_duration": {
|
|
896
|
+
"name": "Duración del día"
|
|
897
|
+
},
|
|
898
|
+
"daylight_duration_hms": {
|
|
899
|
+
"name": "Duración del día (HH:MM:SS)"
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"sunrise": {
|
|
904
|
+
"name": "Amanecer",
|
|
905
|
+
"state_attributes": {
|
|
906
|
+
"friendly_time": {
|
|
907
|
+
"name": "Hora"
|
|
908
|
+
},
|
|
909
|
+
"friendly_date": {
|
|
910
|
+
"name": "Fecha"
|
|
911
|
+
},
|
|
912
|
+
"friendly_day": {
|
|
913
|
+
"name": "Día",
|
|
914
|
+
"state": {
|
|
915
|
+
"monday": "Lunes",
|
|
916
|
+
"tuesday": "Martes",
|
|
917
|
+
"wednesday": "Miércoles",
|
|
918
|
+
"thursday": "Jueves",
|
|
919
|
+
"friday": "Viernes",
|
|
920
|
+
"saturday": "Sábado",
|
|
921
|
+
"sunday": "Domingo"
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"sunset": {
|
|
927
|
+
"name": "Atardecer",
|
|
928
|
+
"state_attributes": {
|
|
929
|
+
"friendly_time": {
|
|
930
|
+
"name": "Hora"
|
|
931
|
+
},
|
|
932
|
+
"friendly_date": {
|
|
933
|
+
"name": "Fecha"
|
|
934
|
+
},
|
|
935
|
+
"friendly_day": {
|
|
936
|
+
"name": "Día",
|
|
937
|
+
"state": {
|
|
938
|
+
"monday": "Lunes",
|
|
939
|
+
"tuesday": "Martes",
|
|
940
|
+
"wednesday": "Miércoles",
|
|
941
|
+
"thursday": "Jueves",
|
|
942
|
+
"friday": "Viernes",
|
|
943
|
+
"saturday": "Sábado",
|
|
944
|
+
"sunday": "Domingo"
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
"sun_file_status": {
|
|
950
|
+
"name": "Archivo Sol",
|
|
951
|
+
"state": {
|
|
952
|
+
"updated": "Actualizado",
|
|
953
|
+
"obsolete": "Obsoleto"
|
|
954
|
+
},
|
|
955
|
+
"state_attributes": {
|
|
956
|
+
"update_date": {
|
|
957
|
+
"name": "Fecha"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"moon_phase": {
|
|
962
|
+
"name": "Fase lunar",
|
|
963
|
+
"state": {
|
|
964
|
+
"new_moon": "Luna nueva",
|
|
965
|
+
"waxing_crescent": "Creciente",
|
|
966
|
+
"first_quarter": "Cuarto creciente",
|
|
967
|
+
"waxing_gibbous": "Gibosa creciente",
|
|
968
|
+
"full_moon": "Luna llena",
|
|
969
|
+
"waning_gibbous": "Gibosa menguante",
|
|
970
|
+
"last_quarter": "Cuarto menguante",
|
|
971
|
+
"waning_crescent": "Menguante",
|
|
972
|
+
"unknown": "Desconocido"
|
|
973
|
+
},
|
|
974
|
+
"state_attributes": {
|
|
975
|
+
"moon_day": {
|
|
976
|
+
"name": "Día lunar"
|
|
977
|
+
},
|
|
978
|
+
"moon_phase_value": {
|
|
979
|
+
"name": "Valor fase"
|
|
980
|
+
},
|
|
981
|
+
"illuminated_percentage": {
|
|
982
|
+
"name": "Iluminada (%)"
|
|
983
|
+
},
|
|
984
|
+
"moon_distance": {
|
|
985
|
+
"name": "Distancia (Km)"
|
|
986
|
+
},
|
|
987
|
+
"moon_angular_diameter": {
|
|
988
|
+
"name": "Diámetro angular (arcseg)"
|
|
989
|
+
},
|
|
990
|
+
"lunation": {
|
|
991
|
+
"name": "Lunación"
|
|
992
|
+
},
|
|
993
|
+
"lunation_duration": {
|
|
994
|
+
"name": "Duración lunación"
|
|
995
|
+
},
|
|
996
|
+
"last_updated": {
|
|
997
|
+
"name": "Actualizado"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"moon_file_status": {
|
|
1002
|
+
"name": "Archivo Luna",
|
|
1003
|
+
"state": {
|
|
1004
|
+
"updated": "Actualizado",
|
|
1005
|
+
"obsolete": "Obsoleto"
|
|
1006
|
+
},
|
|
1007
|
+
"state_attributes": {
|
|
1008
|
+
"update_date": {
|
|
1009
|
+
"name": "Fecha"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"moonrise": {
|
|
1014
|
+
"name": "Luna salida",
|
|
1015
|
+
"state_attributes": {
|
|
1016
|
+
"friendly_time": {
|
|
1017
|
+
"name": "Hora"
|
|
1018
|
+
},
|
|
1019
|
+
"friendly_date": {
|
|
1020
|
+
"name": "Fecha"
|
|
1021
|
+
},
|
|
1022
|
+
"friendly_day": {
|
|
1023
|
+
"name": "Día",
|
|
1024
|
+
"state": {
|
|
1025
|
+
"monday": "Lunes",
|
|
1026
|
+
"tuesday": "Martes",
|
|
1027
|
+
"wednesday": "Miércoles",
|
|
1028
|
+
"thursday": "Jueves",
|
|
1029
|
+
"friday": "Viernes",
|
|
1030
|
+
"saturday": "Sábado",
|
|
1031
|
+
"sunday": "Domingo"
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"moonset": {
|
|
1037
|
+
"name": "Luna puesta",
|
|
1038
|
+
"state_attributes": {
|
|
1039
|
+
"friendly_time": {
|
|
1040
|
+
"name": "Hora"
|
|
1041
|
+
},
|
|
1042
|
+
"friendly_date": {
|
|
1043
|
+
"name": "Fecha"
|
|
1044
|
+
},
|
|
1045
|
+
"friendly_day": {
|
|
1046
|
+
"name": "Día",
|
|
1047
|
+
"state": {
|
|
1048
|
+
"monday": "Lunes",
|
|
1049
|
+
"tuesday": "Martes",
|
|
1050
|
+
"wednesday": "Miércoles",
|
|
1051
|
+
"thursday": "Jueves",
|
|
1052
|
+
"friday": "Viernes",
|
|
1053
|
+
"saturday": "Sábado",
|
|
1054
|
+
"sunday": "Domingo"
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1059
1061
|
}
|