Skip to content

Commit 113bee7

Browse files
Additional entities option disabled by default
1 parent c50172d commit 113bee7

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

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

9090
DETECT_METERS = 1
9191
DETECT_BATTERIES = 0
92-
DETECT_EXTRAS = 1
92+
DETECT_EXTRAS = 0
9393
KEEP_MODBUS_OPEN = 0
9494
ADV_PWR_CONTROL = 0
9595
ADV_STORAGE_CONTROL = 0

0 commit comments

Comments
 (0)