homebridge-melcloud-control 4.1.0-beta.0 → 4.1.0-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/CHANGELOG.md CHANGED
@@ -21,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
 
22
22
  - Do not use Homebridge UI > v5.5.0 because of break config.json
23
23
 
24
+ ## [4.1.0] - (10.11.2025)
25
+
26
+ ## Changes
27
+
28
+ - added frost protection sensor for MELCLoud Home ATA devices
29
+ - added overheat protection sensor for MELCLoud Home ATA devices
30
+ - added holiday mode sensor for MELCLoud Home ATA devices
31
+ - readme updated
32
+ - cleanup
33
+
24
34
  ## [4.0.3] - (08.11.2025)
25
35
 
26
36
  ## Changes
@@ -402,13 +402,13 @@
402
402
  "description": "This enable extra frost protection sensor to use with automations in HomeKit app."
403
403
  },
404
404
  "overheatProtection": {
405
- "title": "Frost Protection",
405
+ "title": "Overheat Protection",
406
406
  "type": "boolean",
407
407
  "default": false,
408
408
  "description": "This enable extra overheat protection sensor to use with automations in HomeKit app."
409
409
  },
410
410
  "holidayModeSensor": {
411
- "title": "Frost Protection",
411
+ "title": "Holiday Mode",
412
412
  "type": "boolean",
413
413
  "default": false,
414
414
  "description": "This enable extra holiday mode sensor to use with automations in HomeKit app."
@@ -1891,6 +1891,7 @@
1891
1891
  {
1892
1892
  "title": "Settings",
1893
1893
  "type": "section",
1894
+ "description": "Section for setup device settings",
1894
1895
  "expandable": true,
1895
1896
  "expanded": false,
1896
1897
  "items": [
@@ -1907,6 +1908,7 @@
1907
1908
  {
1908
1909
  "title": "Presets",
1909
1910
  "type": "section",
1911
+ "description": "Section for setup device presets",
1910
1912
  "expandable": true,
1911
1913
  "expanded": false,
1912
1914
  "items": [
@@ -1938,6 +1940,7 @@
1938
1940
  {
1939
1941
  "title": "Temperature",
1940
1942
  "type": "section",
1943
+ "description": "Section for setup temperature sensors",
1941
1944
  "expandable": true,
1942
1945
  "expanded": false,
1943
1946
  "items": [
@@ -1948,6 +1951,7 @@
1948
1951
  {
1949
1952
  "title": "System",
1950
1953
  "type": "section",
1954
+ "description": "Section for setup system sensors",
1951
1955
  "expandable": true,
1952
1956
  "expanded": false,
1953
1957
  "items": [
@@ -1960,6 +1964,7 @@
1960
1964
  {
1961
1965
  "title": "Custom",
1962
1966
  "type": "section",
1967
+ "description": "Section for creating custom buttons/sensors",
1963
1968
  "expandable": true,
1964
1969
  "expanded": false,
1965
1970
  "items": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.0-beta.0",
4
+ "version": "4.1.0-beta.1",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",