Skip to content

Commit aeb0ebc

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

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/const.py

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)