homebridge-midea-platform 1.2.8 → 1.2.10-beta.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/.luarc.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "diagnostics.globals": [
3
+ "bit"
4
+ ]
5
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "formatter": [{ "language_server": { "name": "biome" } }],
3
+ "code_actions_on_format": {
4
+ "source.fixAll.biome": true,
5
+ "source.organizeImports.biome": true
6
+ }
7
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ # v1.2.9
4
+ - feat: added separate temperature sensor creation option for `Air Conditioner` (fixes #141)
5
+
3
6
  # v1.2.8
4
7
  - fix: boost/comfort/eco mode was not working for `Air Conditioner` (fixes #154)
5
8