homebridge-easy-mqtt 1.5.2-beta.0 → 1.5.3-beta.0
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 +8 -3
- package/README.md +2 -0
- package/dist/homebridge-ui/public/index.html +1 -1
- package/dist/i18n/de.d.ts +1158 -0
- package/dist/i18n/de.js +589 -0
- package/dist/i18n/de.js.map +1 -0
- package/dist/i18n/i18n.d.ts +1 -0
- package/dist/i18n/i18n.js +6 -0
- package/dist/i18n/i18n.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-dummy will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 1.5.
|
|
5
|
+
## 1.5.3-beta.0 (2025-11-06)
|
|
6
6
|
|
|
7
|
-
###
|
|
8
|
-
-
|
|
7
|
+
### Added
|
|
8
|
+
- Deutsche Übersetzungen. Danke, [@steffen-micdev](https://github.com/sponsors/steffen-micdev)!
|
|
9
9
|
|
|
10
10
|
### Notes
|
|
11
11
|
Would you like to see Homebridge Easy MQTT in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-easy-mqtt/issues/4). No coding experience required!
|
|
12
12
|
|
|
13
|
+
## 1.5.2 (2025-11-04)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Persist [Value Transformer](https://github.com/mpatfield/homebridge-easy-mqtt#value-transformers) `storage` accross across plugin/Homebridge restarts
|
|
17
|
+
|
|
13
18
|
## 1.5.1 (2025-11-01)
|
|
14
19
|
|
|
15
20
|
### Added
|
package/README.md
CHANGED
|
@@ -744,6 +744,8 @@ By default, all accessory values are saved and reloaded when the plugin restarts
|
|
|
744
744
|
|
|
745
745
|
[@nehmeroumani](https://github.com/nehmeroumani) for contributing Value Transformers to Easy MQTT
|
|
746
746
|
|
|
747
|
+
[@steffen-micdev](https://github.com/sponsors/steffen-micdev) for German translations
|
|
748
|
+
|
|
747
749
|
[@Shikaban](https://github.com/sponsors/Shikaban) for Italian translations
|
|
748
750
|
|
|
749
751
|
[@rursache](https://github.com/sponsors/rursache) for Romanian translations
|