@ledvance/base 1.2.97 → 1.2.98

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/localazy.json CHANGED
@@ -869,7 +869,8 @@
869
869
  "MATCH:smoke_alertfree",
870
870
  "MATCH:CO_alertfree",
871
871
  "MATCH:waterleakage_alertfree",
872
- "MATCH:mute_smokealarm"
872
+ "MATCH:mute_smokealarm",
873
+ "MATCH:group_energytotal"
873
874
  ],
874
875
  "replacements": {
875
876
  "REGEX:% %1\\$s.*?\\)%": "{0}",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.2.97",
7
+ "version": "1.2.98",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },