iobroker.pv-notifications 1.2.0 → 1.2.1

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
@@ -339,14 +339,13 @@ sadam6752@gmail.com
339
339
  ### **WORK IN PROGRESS**
340
340
  -->
341
341
 
342
- ### 1.2.0 (2026-03-01)
342
+ ### 1.2.1 (2026-03-01)
343
343
 
344
- * (ADD) common.news section added to io-package.json for repository checker (E136 fix)
345
- * (ADD) News for versions 1.1.7, 1.1.8, 1.1.9 in multiple languages
344
+ * (FIX) Added size attributes (xs, xl) for night mode and quiet mode fields in admin UI (E5507 fix)
346
345
 
347
- ### 1.1.9 (2026-03-01)
346
+ ### 1.2.0 (2026-03-01)
348
347
 
349
- * (ADD) Weather today added to battery full (100%) and empty (0%) messages
348
+ * (ADD) common.news section added to io-package.json for repository checker (E136 fix)
350
349
 
351
350
  ### 1.1.1 (2026-03-01)
352
351
 
@@ -248,45 +248,55 @@
248
248
  "nightModeEnabled": {
249
249
  "type": "checkbox",
250
250
  "label": "label_nightModeEnabled",
251
+ "xs": 12,
251
252
  "sm": 4,
252
253
  "md": 4,
253
254
  "lg": 4,
255
+ "xl": 4,
254
256
  "default": true,
255
257
  "tooltip": "tooltip_nightModeEnabled"
256
258
  },
257
259
  "nightModeStart": {
258
260
  "type": "text",
259
261
  "label": "label_nightModeStart",
262
+ "xs": 12,
260
263
  "sm": 3,
261
264
  "md": 3,
262
265
  "lg": 3,
266
+ "xl": 3,
263
267
  "default": "23:00",
264
268
  "tooltip": "tooltip_nightModeStart"
265
269
  },
266
270
  "nightModeEnd": {
267
271
  "type": "text",
268
272
  "label": "label_nightModeEnd",
273
+ "xs": 12,
269
274
  "sm": 3,
270
275
  "md": 3,
271
276
  "lg": 3,
277
+ "xl": 3,
272
278
  "default": "06:00",
273
279
  "tooltip": "tooltip_nightModeEnd"
274
280
  },
275
281
  "nightModeIgnoreEmpty": {
276
282
  "type": "checkbox",
277
283
  "label": "label_nightModeIgnoreEmpty",
284
+ "xs": 12,
278
285
  "sm": 12,
279
286
  "md": 12,
280
287
  "lg": 12,
288
+ "xl": 12,
281
289
  "default": true,
282
290
  "tooltip": "tooltip_nightModeIgnoreEmpty"
283
291
  },
284
292
  "quietModeEnabled": {
285
293
  "type": "checkbox",
286
294
  "label": "label_quietModeEnabled",
295
+ "xs": 12,
287
296
  "sm": 4,
288
297
  "md": 4,
289
298
  "lg": 4,
299
+ "xl": 4,
290
300
  "default": false,
291
301
  "tooltip": "tooltip_quietModeEnabled"
292
302
  },
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "pv-notifications",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "titleLang": {
6
6
  "en": "PV Notifications",
7
7
  "de": "PV-Benachrichtigungen",
@@ -29,6 +29,16 @@
29
29
  "zh-cn": "发送 Telegram 通知用于 PV 电池状态"
30
30
  },
31
31
  "news": {
32
+ "1.2.1": {
33
+ "en": "Added size attributes (xs, xl) for night mode and quiet mode fields in admin UI",
34
+ "de": "Größenattribute (xs, xl) für Nachtmodus und Ruhemodus-Felder im Admin-UI hinzugefügt",
35
+ "ru": "Добавлены атрибуты размеров (xs, xl) для полей ночного режима и тихого режима в админ-интерфейсе"
36
+ },
37
+ "1.2.0": {
38
+ "en": "Added common.news section for repository checker (E136 fix)",
39
+ "de": "common.news Sektion für Repository Checker hinzugefügt (E136 Fix)",
40
+ "ru": "Добавлен раздел common.news для проверки репозитория (исправление E136)"
41
+ },
32
42
  "1.1.9": {
33
43
  "en": "Weather today added to battery full (100%) and empty (0%) messages",
34
44
  "de": "Wetter heute zu Batterie VOLL (100%) und LEER (0%) Nachrichten hinzugefügt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.pv-notifications",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "PV-Anlage Batterie-Status Telegram Benachrichtigungen",
5
5
  "author": {
6
6
  "name": "Alex1808 via LLM: Qwen",