homebridge-enphase-envoy 10.4.1-beta.3 → 10.4.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 +8 -0
- package/config.schema.json +0 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
- For plugin >= v10.4.0 use Homebridge UI >= v5.13.0
|
|
12
12
|
- after update to v10.0.0 and above the accessory and bridge need to be removed from the homebridge / Home.app and added again
|
|
13
13
|
|
|
14
|
+
## [10.4.1] - (03.01.2026)
|
|
15
|
+
|
|
16
|
+
## Changes
|
|
17
|
+
|
|
18
|
+
- config validation improvements
|
|
19
|
+
- config schema updated
|
|
20
|
+
- cleanup
|
|
21
|
+
|
|
14
22
|
## [10.4.0] - (02.01.2026)
|
|
15
23
|
|
|
16
24
|
## Changes
|
package/config.schema.json
CHANGED
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"energyMeter": {
|
|
147
147
|
"title": "Energy Meter",
|
|
148
148
|
"type": "boolean",
|
|
149
|
-
"default": false,
|
|
150
149
|
"description": "Enables energy meter as a axtra accessory to display charts in EVE app"
|
|
151
150
|
},
|
|
152
151
|
"lockControl": {
|
|
@@ -1935,13 +1934,11 @@
|
|
|
1935
1934
|
"enpowerDryContactsControl": {
|
|
1936
1935
|
"title": "Dry Contacts Control",
|
|
1937
1936
|
"type": "boolean",
|
|
1938
|
-
"default": false,
|
|
1939
1937
|
"description": "Enables control over dry contacts state"
|
|
1940
1938
|
},
|
|
1941
1939
|
"enpowerDryContactsSensor": {
|
|
1942
1940
|
"title": "Dry Contacts Sensor",
|
|
1943
1941
|
"type": "boolean",
|
|
1944
|
-
"default": false,
|
|
1945
1942
|
"description": "Enables monitoring of dry contacts state"
|
|
1946
1943
|
},
|
|
1947
1944
|
"enpowerGridStateControl": {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"displayName": "Enphase Envoy",
|
|
4
4
|
"name": "homebridge-enphase-envoy",
|
|
5
|
-
"version": "10.4.1
|
|
5
|
+
"version": "10.4.1",
|
|
6
6
|
"description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "grzegorz914",
|