iobroker.pv-notifications 1.2.4 → 1.2.6

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/README.md CHANGED
@@ -344,7 +344,13 @@ sadam6752@gmail.com
344
344
  ### **WORK IN PROGRESS**
345
345
  -->
346
346
 
347
- ### 1.2.4 (2026-03-02)
347
+ ### 1.2.6 (2026-03-02)
348
+
349
+ * (FIX) Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)
350
+
351
+ ### 1.2.5 (2026-03-02)
352
+
353
+ * (FIX) Added size attributes (xs, xl) for monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime fields (E5507 fix)
348
354
 
349
355
  * (FIX) Added LICENSE file (E190 fix)
350
356
  * (FIX) Copyright formatting: Added two trailing spaces to copyright lines in README.md, doc/de/README.md, doc/ru/README.md (W6009/W6011/W7004 fix)
@@ -357,9 +357,11 @@
357
357
  "minIntervalIntermediate": {
358
358
  "type": "number",
359
359
  "label": "label_minIntervalIntermediate",
360
+ "xs": 12,
360
361
  "sm": 3,
361
362
  "md": 3,
362
363
  "lg": 3,
364
+ "xl": 3,
363
365
  "min": 1,
364
366
  "max": 120,
365
367
  "default": 30
@@ -375,17 +377,21 @@
375
377
  "statsDayTime": {
376
378
  "type": "text",
377
379
  "label": "label_statsDayTime",
380
+ "xs": 12,
378
381
  "sm": 4,
379
382
  "md": 4,
380
383
  "lg": 4,
384
+ "xl": 4,
381
385
  "tooltip": "tooltip_statsDayTime"
382
386
  },
383
387
  "statsWeekDay": {
384
388
  "type": "number",
385
389
  "label": "label_statsWeekDay",
390
+ "xs": 12,
386
391
  "sm": 3,
387
392
  "md": 3,
388
393
  "lg": 3,
394
+ "xl": 3,
389
395
  "min": 0,
390
396
  "max": 6,
391
397
  "default": 0,
@@ -394,9 +400,11 @@
394
400
  "statsWeekTime": {
395
401
  "type": "text",
396
402
  "label": "label_statsWeekTime",
403
+ "xs": 12,
397
404
  "sm": 3,
398
405
  "md": 3,
399
406
  "lg": 3,
407
+ "xl": 3,
400
408
  "default": "10:00",
401
409
  "tooltip": "tooltip_statsWeekTime"
402
410
  },
@@ -411,17 +419,21 @@
411
419
  "monthlyStatsEnabled": {
412
420
  "type": "checkbox",
413
421
  "label": "label_monthlyStatsEnabled",
422
+ "xs": 12,
414
423
  "sm": 6,
415
424
  "md": 6,
416
425
  "lg": 6,
426
+ "xl": 6,
417
427
  "default": false
418
428
  },
419
429
  "monthlyStatsDay": {
420
430
  "type": "number",
421
431
  "label": "label_monthlyStatsDay",
432
+ "xs": 12,
422
433
  "sm": 3,
423
434
  "md": 3,
424
435
  "lg": 3,
436
+ "xl": 3,
425
437
  "min": 1,
426
438
  "max": 31,
427
439
  "default": 1,
@@ -430,9 +442,11 @@
430
442
  "monthlyStatsTime": {
431
443
  "type": "text",
432
444
  "label": "label_monthlyStatsTime",
445
+ "xs": 12,
433
446
  "sm": 3,
434
447
  "md": 3,
435
448
  "lg": 3,
449
+ "xl": 3,
436
450
  "default": "09:00",
437
451
  "tooltip": "tooltip_monthlyStatsTime"
438
452
  },
@@ -447,18 +461,22 @@
447
461
  "weatherEnabled": {
448
462
  "type": "checkbox",
449
463
  "label": "label_weatherEnabled",
464
+ "xs": 12,
450
465
  "sm": 12,
451
466
  "md": 12,
452
467
  "lg": 12,
468
+ "xl": 12,
453
469
  "default": true,
454
470
  "tooltip": "tooltip_weatherEnabled"
455
471
  },
456
472
  "weatherInIntermediate": {
457
473
  "type": "checkbox",
458
474
  "label": "label_weatherInIntermediate",
475
+ "xs": 12,
459
476
  "sm": 6,
460
477
  "md": 6,
461
478
  "lg": 6,
479
+ "xl": 6,
462
480
  "default": true,
463
481
  "tooltip": "tooltip_weatherInIntermediate",
464
482
  "disabled": "!weatherEnabled"
@@ -466,9 +484,11 @@
466
484
  "weatherInDailyStats": {
467
485
  "type": "checkbox",
468
486
  "label": "label_weatherInDailyStats",
487
+ "xs": 12,
469
488
  "sm": 6,
470
489
  "md": 6,
471
490
  "lg": 6,
491
+ "xl": 6,
472
492
  "default": true,
473
493
  "tooltip": "tooltip_weatherInDailyStats",
474
494
  "disabled": "!weatherEnabled"
@@ -524,16 +544,20 @@
524
544
  "highProduction": {
525
545
  "type": "number",
526
546
  "label": "label_highProduction",
547
+ "xs": 12,
527
548
  "sm": 6,
528
549
  "md": 6,
529
- "lg": 6
550
+ "lg": 6,
551
+ "xl": 6
530
552
  },
531
553
  "highConsumption": {
532
554
  "type": "number",
533
555
  "label": "label_highConsumption",
556
+ "xs": 12,
534
557
  "sm": 6,
535
558
  "md": 6,
536
- "lg": 6
559
+ "lg": 6,
560
+ "xl": 6
537
561
  }
538
562
  }
539
563
  }
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "pv-notifications",
4
- "version": "1.2.4",
4
+ "version": "1.2.6",
5
5
  "titleLang": {
6
6
  "en": "PV Notifications",
7
7
  "de": "PV-Benachrichtigungen",
@@ -29,12 +29,20 @@
29
29
  "zh-cn": "发送 Telegram 通知用于 PV 电池状态"
30
30
  },
31
31
  "news": {
32
- "1.2.4": {
32
+ "1.2.6": {
33
+ "en": "Added size attributes (xs, xl) for monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption fields (E5507 fix)",
34
+ "de": "Größenattribute (xs, xl) für monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption Felder hinzugefügt (E5507 Fix)",
35
+ "ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsDay, monthlyStatsTime, weatherEnabled, weatherInIntermediate, weatherInDailyStats, highProduction, highConsumption (исправление E5507)"
36
+ },
37
+ "1.2.5": {
38
+ "en": "Added size attributes (xs, xl) for monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime fields (E5507 fix)",
39
+ "de": "Größenattribute (xs, xl) für monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime Felder hinzugefügt (E5507 Fix)",
40
+ "ru": "Добавлены атрибуты размеров (xs, xl) для полей monthlyStatsEnabled, minIntervalIntermediate, statsDayTime, statsWeekDay, statsWeekTime (исправление E5507)"
41
+ },
33
42
  "en": "Added LICENSE file and fixed copyright formatting (W6009/W6011/W7004 fixes)",
34
43
  "de": "LICENSE-Datei hinzugefügt und Copyright-Formatierung korrigiert (W6009/W6011/W7004 Fixes)",
35
44
  "ru": "Добавлен файл LICENSE и исправлено форматирование авторских прав (исправления W6009/W6011/W7004)"
36
45
  },
37
- "1.2.3": {
38
46
  "en": "Added size attributes (xs, xl) for minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd fields in admin UI (E5507 fix)",
39
47
  "de": "Größenattribute (xs, xl) für minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd Felder im Admin-UI hinzugefügt (E5507 Fix)",
40
48
  "ru": "Добавлены атрибуты размеров (xs, xl) для полей minIntervalFull, minIntervalEmpty, intermediateSteps, quietModeStart, quietModeEnd в админ-интерфейсе (исправление E5507)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.pv-notifications",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "PV-Anlage Batterie-Status Telegram Benachrichtigungen",
5
5
  "author": {
6
6
  "name": "Alex1808 via LLM: Qwen",