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 committed Sep 14, 2024
2 parents 754aaf6 + 113bee7 commit 38e9167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion custom_components/solaredge_modbus_multi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"issue_tracker": "https://github.com/WillCodeForCats/solaredge-modbus-multi/issues",
"loggers": ["custom_components.solaredge_modbus_multi"],
"requirements": ["pymodbus>=3.6.6"],
"version": "3.0.0-pre.2"
"version": "3.0.0"
}

0 comments on commit 38e9167

Please sign in to comment.