Skip to content

Commit 38e9167

Browse files
Merge pull request #653 from WillCodeForCats/addtl-disable-default
Disable option Auto-Detect Additional Entities by default
2 parents 754aaf6 + 113bee7 commit 38e9167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/solaredge_modbus_multi/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class ConfDefaultFlag(IntEnum):
8787

8888
DETECT_METERS = 1
8989
DETECT_BATTERIES = 0
90-
DETECT_EXTRAS = 1
90+
DETECT_EXTRAS = 0
9191
KEEP_MODBUS_OPEN = 0
9292
ADV_PWR_CONTROL = 0
9393
ADV_STORAGE_CONTROL = 0

custom_components/solaredge_modbus_multi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/WillCodeForCats/solaredge-modbus-multi/issues",
1111
"loggers": ["custom_components.solaredge_modbus_multi"],
1212
"requirements": ["pymodbus>=3.6.6"],
13-
"version": "3.0.0-pre.2"
13+
"version": "3.0.0"
1414
}

0 commit comments

Comments
 (0)