homebridge-easy-mqtt 1.5.2 → 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 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.2 (2025-11-04)
5
+ ## 1.5.3-beta.0 (2025-11-06)
6
6
 
7
- ### Changed
8
- - Persist [Value Transformer](https://github.com/mpatfield/homebridge-easy-mqtt#value-transformers) `storage` accross across plugin/Homebridge restarts
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
@@ -24,4 +24,4 @@
24
24
 
25
25
  <footer id="footer" class="text-center" style="display: none; font-style: italic; font-size: 0.9em;" i18n="required"></footer>
26
26
 
27
- <script src="ui.js?v=1.5.2"></script>
27
+ <script src="ui.js?v=1.5.3-beta.0"></script>