Skip to content

Commit

Permalink
Merge pull request #653 from WillCodeForCats/addtl-disable-default
Browse files Browse the repository at this point in the history
Disable option Auto-Detect Additional Entities by default
  • Loading branch information
WillCodeForCats authored Sep 5, 2024
2 parents 754aaf6 + 113bee7 commit aeb0ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solaredge_modbus_multi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ConfDefaultFlag(IntEnum):

DETECT_METERS = 1
DETECT_BATTERIES = 0
DETECT_EXTRAS = 1
DETECT_EXTRAS = 0
KEEP_MODBUS_OPEN = 0
ADV_PWR_CONTROL = 0
ADV_STORAGE_CONTROL = 0
Expand Down

0 comments on commit aeb0ebc

Please sign in to comment.