meteocat 1.1.2 → 2.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/CHANGELOG.md +9 -1
- package/custom_components/meteocat/__init__.py +1 -1
- package/custom_components/meteocat/manifest.json +1 -1
- package/custom_components/meteocat/sensor.py +70 -5
- package/custom_components/meteocat/strings.json +97 -97
- package/custom_components/meteocat/translations/ca.json +97 -97
- package/custom_components/meteocat/translations/en.json +98 -98
- package/custom_components/meteocat/translations/es.json +97 -97
- package/custom_components/meteocat/version.py +1 -1
- package/package.json +1 -1
- package/pyproject.toml +1 -1
|
@@ -231,71 +231,71 @@
|
|
|
231
231
|
"alert_1": {
|
|
232
232
|
"name": "Alerta 1",
|
|
233
233
|
"state": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
234
|
+
"violent_weather": "Temps violent",
|
|
235
|
+
"rain_intensity": "Intensitat de pluja",
|
|
236
|
+
"rain_amount": "Acumulació de pluja",
|
|
237
|
+
"snow_amount_24": "Neu acumulada en 24 hores",
|
|
238
|
+
"wind": "Vent",
|
|
239
|
+
"sea_state": "Estat de la mar",
|
|
240
|
+
"cold": "Fred",
|
|
241
|
+
"heat": "Calor",
|
|
242
|
+
"night_heat": "Calor nocturna"
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"alert_2": {
|
|
246
246
|
"name": "Alerta 2",
|
|
247
247
|
"state": {
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
248
|
+
"violent_weather": "Temps violent",
|
|
249
|
+
"rain_intensity": "Intensitat de pluja",
|
|
250
|
+
"rain_amount": "Acumulació de pluja",
|
|
251
|
+
"snow_amount_24": "Neu acumulada en 24 hores",
|
|
252
|
+
"wind": "Vent",
|
|
253
|
+
"sea_state": "Estat de la mar",
|
|
254
|
+
"cold": "Fred",
|
|
255
|
+
"heat": "Calor",
|
|
256
|
+
"night_heat": "Calor nocturna"
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
"alert_3": {
|
|
260
260
|
"name": "Alerta 3",
|
|
261
261
|
"state": {
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
262
|
+
"violent_weather": "Temps violent",
|
|
263
|
+
"rain_intensity": "Intensitat de pluja",
|
|
264
|
+
"rain_amount": "Acumulació de pluja",
|
|
265
|
+
"snow_amount_24": "Neu acumulada en 24 hores",
|
|
266
|
+
"wind": "Vent",
|
|
267
|
+
"sea_state": "Estat de la mar",
|
|
268
|
+
"cold": "Fred",
|
|
269
|
+
"heat": "Calor",
|
|
270
|
+
"night_heat": "Calor nocturna"
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
273
|
"alert_4": {
|
|
274
274
|
"name": "Alerta 4",
|
|
275
275
|
"state": {
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
276
|
+
"violent_weather": "Temps violent",
|
|
277
|
+
"rain_intensity": "Intensitat de pluja",
|
|
278
|
+
"rain_amount": "Acumulació de pluja",
|
|
279
|
+
"snow_amount_24": "Neu acumulada en 24 hores",
|
|
280
|
+
"wind": "Vent",
|
|
281
|
+
"sea_state": "Estat de la mar",
|
|
282
|
+
"cold": "Fred",
|
|
283
|
+
"heat": "Calor",
|
|
284
|
+
"night_heat": "Calor nocturna"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"alert_5": {
|
|
288
288
|
"name": "Alerta 5",
|
|
289
289
|
"state": {
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
290
|
+
"violent_weather": "Temps violent",
|
|
291
|
+
"rain_intensity": "Intensitat de pluja",
|
|
292
|
+
"rain_amount": "Acumulació de pluja",
|
|
293
|
+
"snow_amount_24": "Neu acumulada en 24 hores",
|
|
294
|
+
"wind": "Vent",
|
|
295
|
+
"sea_state": "Estat de la mar",
|
|
296
|
+
"cold": "Fred",
|
|
297
|
+
"heat": "Calor",
|
|
298
|
+
"night_heat": "Calor nocturna"
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
}
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
"alert_wind": {
|
|
304
304
|
"name": "Alerta Vent",
|
|
305
305
|
"state": {
|
|
306
|
-
"
|
|
307
|
-
"
|
|
306
|
+
"opened": "Obert",
|
|
307
|
+
"closed": "Tancat"
|
|
308
308
|
},
|
|
309
309
|
"state_attributes": {
|
|
310
310
|
"inicio": {
|
|
@@ -325,14 +325,14 @@
|
|
|
325
325
|
"umbral": {
|
|
326
326
|
"name": "Llindar",
|
|
327
327
|
"state": {
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
328
|
+
"wind_gusts_25": "Ratxes de vent > 25 m/s",
|
|
329
|
+
"microburst": "Esclafits",
|
|
330
|
+
"tornadoes": "Tornados o mànegues",
|
|
331
|
+
"wind_40": "Ratxa màxima > 40 m/s",
|
|
332
|
+
"wind_35": "Ratxa màxima > 35 m/s",
|
|
333
|
+
"wind_30": "Ratxa màxima > 30 m/s",
|
|
334
|
+
"wind_25": "Ratxa màxima > 25 m/s",
|
|
335
|
+
"wind_20": "Ratxa màxima > 20 m/s"
|
|
336
336
|
}
|
|
337
337
|
},
|
|
338
338
|
"peligro": {
|
|
@@ -346,8 +346,8 @@
|
|
|
346
346
|
"alert_rain_intensity": {
|
|
347
347
|
"name": "Alerta Intensitat de Pluja",
|
|
348
348
|
"state": {
|
|
349
|
-
"
|
|
350
|
-
"
|
|
349
|
+
"opened": "Obert",
|
|
350
|
+
"closed": "Tancat"
|
|
351
351
|
},
|
|
352
352
|
"state_attributes": {
|
|
353
353
|
"inicio": {
|
|
@@ -368,10 +368,10 @@
|
|
|
368
368
|
"umbral": {
|
|
369
369
|
"name": "Llindar",
|
|
370
370
|
"state": {
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
371
|
+
"hail_2_cm": "Pedra de diàmetre > 2 cm",
|
|
372
|
+
"microburst": "Esclafits",
|
|
373
|
+
"intensity_40_30": "Intensitat > 40 mm / 30 minuts",
|
|
374
|
+
"intensity_20_30": "Intensitat > 20 mm / 30 minuts"
|
|
375
375
|
}
|
|
376
376
|
},
|
|
377
377
|
"peligro": {
|
|
@@ -385,8 +385,8 @@
|
|
|
385
385
|
"alert_rain": {
|
|
386
386
|
"name": "Alerta Pluja",
|
|
387
387
|
"state": {
|
|
388
|
-
"
|
|
389
|
-
"
|
|
388
|
+
"opened": "Obert",
|
|
389
|
+
"closed": "Tancat"
|
|
390
390
|
},
|
|
391
391
|
"state_attributes": {
|
|
392
392
|
"inicio": {
|
|
@@ -407,9 +407,9 @@
|
|
|
407
407
|
"umbral": {
|
|
408
408
|
"name": "Llindar",
|
|
409
409
|
"state": {
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
410
|
+
"microburst": "Esclafits",
|
|
411
|
+
"rain_200_24": "Acumulada > 200 mm /24 hores",
|
|
412
|
+
"rain_100_24": "Acumulada > 100 mm /24 hores"
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
415
|
"peligro": {
|
|
@@ -423,8 +423,8 @@
|
|
|
423
423
|
"alert_sea": {
|
|
424
424
|
"name": "Alerta Mar",
|
|
425
425
|
"state": {
|
|
426
|
-
"
|
|
427
|
-
"
|
|
426
|
+
"opened": "Obert",
|
|
427
|
+
"closed": "Tancat"
|
|
428
428
|
},
|
|
429
429
|
"state_attributes": {
|
|
430
430
|
"inicio": {
|
|
@@ -445,10 +445,10 @@
|
|
|
445
445
|
"umbral": {
|
|
446
446
|
"name": "Llindar",
|
|
447
447
|
"state": {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
448
|
+
"microburst": "Esclafits",
|
|
449
|
+
"tornadoes": "Tornados o mànegues",
|
|
450
|
+
"waves_4": "Onades > 4.00 metres (mar brava)",
|
|
451
|
+
"waves_2_50": "Onades > 2.50 metres (maregassa)"
|
|
452
452
|
}
|
|
453
453
|
},
|
|
454
454
|
"peligro": {
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"alert_cold": {
|
|
463
463
|
"name": "Alerta Fred",
|
|
464
464
|
"state": {
|
|
465
|
-
"
|
|
466
|
-
"
|
|
465
|
+
"opened": "Obert",
|
|
466
|
+
"closed": "Tancat"
|
|
467
467
|
},
|
|
468
468
|
"state_attributes": {
|
|
469
469
|
"inicio": {
|
|
@@ -484,8 +484,8 @@
|
|
|
484
484
|
"umbral": {
|
|
485
485
|
"name": "Llindar",
|
|
486
486
|
"state": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
487
|
+
"cold_very_intense": "Fred molt intens",
|
|
488
|
+
"cold_intense": "Fred intens"
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
"peligro": {
|
|
@@ -499,8 +499,8 @@
|
|
|
499
499
|
"alert_warm": {
|
|
500
500
|
"name": "Alerta Calor",
|
|
501
501
|
"state": {
|
|
502
|
-
"
|
|
503
|
-
"
|
|
502
|
+
"opened": "Obert",
|
|
503
|
+
"closed": "Tancat"
|
|
504
504
|
},
|
|
505
505
|
"state_attributes": {
|
|
506
506
|
"inicio": {
|
|
@@ -521,8 +521,8 @@
|
|
|
521
521
|
"umbral": {
|
|
522
522
|
"name": "Llindar",
|
|
523
523
|
"state": {
|
|
524
|
-
"
|
|
525
|
-
"
|
|
524
|
+
"heat_very_intense": "Calor molt intensa",
|
|
525
|
+
"heat_intense": "Calor intensa"
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
"peligro": {
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
"alert_warm_night": {
|
|
537
537
|
"name": "Alerta Calor Nocturna",
|
|
538
538
|
"state": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"opened": "Obert",
|
|
540
|
+
"closed": "Tancat"
|
|
541
541
|
},
|
|
542
542
|
"state_attributes": {
|
|
543
543
|
"inicio": {
|
|
@@ -558,8 +558,8 @@
|
|
|
558
558
|
"umbral": {
|
|
559
559
|
"name": "Llindar",
|
|
560
560
|
"state": {
|
|
561
|
-
"
|
|
562
|
-
"
|
|
561
|
+
"heat_night_very_intense": "Calor nocturna molt intensa",
|
|
562
|
+
"heat_night_intense": "Calor nocturna intensa"
|
|
563
563
|
}
|
|
564
564
|
},
|
|
565
565
|
"peligro": {
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"alert_snow": {
|
|
574
574
|
"name": "Alerta Neu",
|
|
575
575
|
"state": {
|
|
576
|
-
"
|
|
577
|
-
"
|
|
576
|
+
"opened": "Obert",
|
|
577
|
+
"closed": "Tancat"
|
|
578
578
|
},
|
|
579
579
|
"state_attributes": {
|
|
580
580
|
"inicio": {
|
|
@@ -595,17 +595,17 @@
|
|
|
595
595
|
"umbral": {
|
|
596
596
|
"name": "Llindar",
|
|
597
597
|
"state": {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
598
|
+
"hail_2_cm": "Pedra de diàmetre > 2 cm",
|
|
599
|
+
"thickness_50_at_1000": "gruix > 50 cm a cotes superiors a 1000 metres fins a 1500 metres",
|
|
600
|
+
"thickness_30_at_800": "gruix > 30 cm a cotes superiors a 800 metres fins a 1000 metres",
|
|
601
|
+
"thickness_20_at_600": "gruix > 20 cm a cotes superiors a 600 metres fins a 800 metres",
|
|
602
|
+
"thickness_20_at_1000": "gruix > 20 cm a cotes superiors a 1000 metres fins a 1500 metres",
|
|
603
|
+
"thickness_15_at_300": "gruix > 15 cm a cotes superiors a 300 metres fins a 600 metres",
|
|
604
|
+
"thickness_10_at_800": "gruix > 10 cm a cotes superiors a 800 metres fins a 1000 metres",
|
|
605
|
+
"thickness_5_at_300": "gruix > 5 cm a cotes inferiors a 300 metres",
|
|
606
|
+
"thickness_5_at_600": "gruix > 5 cm a cotes superiors a 600 metres fins a 800 metres",
|
|
607
|
+
"thickness_2_at_300": "gruix > 2 cm a cotes superiors a 300 metres fins a 600 metres",
|
|
608
|
+
"thickness_0_at_300": "gruix ≥ 0 cm a cotes inferiors a 300 metres"
|
|
609
609
|
}
|
|
610
610
|
},
|
|
611
611
|
"peligro": {
|