homebridge-easy-mqtt 1.5.0-beta.2 → 1.5.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,17 +2,18 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.5.0-beta.1 (2025-10-20)
5
+ ## 1.5.0 (2025-10-27)
6
6
 
7
7
  ### Added
8
- - [Value Transformers](https://github.com/mpatfield/homebridge-easy-mqtt#history) (Thank you [@nehmeroumani](https://github.com/sponsors/nehmeroumani) for the code contribution!)
9
- - `Doorbell` accessory type
10
- - History and additional characteristics for for [Eve app](https://apps.apple.com/us/app/eve-for-matter-homekit/id917695792) users ([documentation](https://github.com/mpatfield/homebridge-easy-mqtt#history))
11
- - Opened/closed history, and times opened count with option to reset for `ContactSensor`
8
+ - [Value Transformers](https://github.com/mpatfield/homebridge-easy-mqtt#value-transformers) to alter the incoming/outgoing topic values (similar to the MQTTThing `apply` functionality)
9
+ - Thank you [@nehmeroumani](https://github.com/sponsors/nehmeroumani) for the [PR](https://github.com/mpatfield/homebridge-easy-mqtt/pull/96)!
10
+ - [Eve App Support](https://github.com/mpatfield/homebridge-easy-mqtt#eve-app-support) including history and additional characteristics
11
+ - `ContactSensor` opened/closed history and times opened count with option to reset
12
12
  - `MotionSensor` history
13
13
  - Temperature history for `HeaterCooler`, `TemperatureSensor`, and `Thermostat`
14
14
  - Humidity history for `HumiditySensor` and `Thermostat`
15
15
  - On/off history and watts/amps/volts/kWh history for `Lightbulb`, `Outlet`, and `Switch`
16
+ - `Doorbell` accessory type
16
17
  - Traduzioni in italiano. Grazie, [@Shikaban](https://github.com/sponsors/Shikaban)!
17
18
 
18
19
  ### Notes
package/README.md CHANGED
@@ -728,10 +728,20 @@ By default, all accessory values are saved and reloaded when the plugin restarts
728
728
 
729
729
  ## Credits
730
730
 
731
- [@arachnetech](https://github.com/arachnetech) for the fantastic [homebridge-mqttthing](https://github.com/arachnetech/homebridge-mqttthing) plugin which serves as the main inspiration for this project
731
+ [fakegato-history](https://github.com/simont77/fakegato-history) by [@simont77](https://github.com/sponsors/simont77) *Copyright © 2017*
732
+
733
+ [@nehmeroumani](https://github.com/nehmeroumani) for contributing Value Transformers to Easy MQTT
734
+
735
+ [@Shikaban](https://github.com/sponsors/Shikaban) for Italian translations
736
+
737
+ [@rursache](https://github.com/sponsors/rursache) for Romanian translations
738
+
739
+ [@khanhnd88](https://github.com/sponsors/khanhnd88) for Vietnamese translations
740
+
741
+ [@7ute](https://github.com/sponsors/7ute) for French translations
732
742
 
733
743
  [Keryan Belahcene](https://www.instagram.com/keryan.me) for creating the [Flume](https://github.com/homebridge-plugins/homebridge-flume) header logo which I adapted for this plugin
734
744
 
735
- [fakegato-history](https://github.com/simont77/fakegato-history) by [@simont77](https://github.com/sponsors/simont77) *Copyright © 2017*
745
+ [@arachnetech](https://github.com/arachnetech) for the fantastic [homebridge-mqttthing](https://github.com/arachnetech/homebridge-mqttthing) plugin which served as the main inspiration for this project
736
746
 
737
747
  And to the amazing creators/contributors of [Homebridge](https://homebridge.io) who made this plugin possible!
@@ -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.0-beta.2"></script>
27
+ <script src="ui.js?v=1.5.0"></script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Easy MQTT",
5
5
  "description": "Homebridge plugin for easy control of MQTT devices",
6
6
  "type": "module",
7
- "version": "1.5.0-beta.2",
7
+ "version": "1.5.0",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-easy-mqtt#readme",
9
9
  "repository": {
10
10
  "type": "git",