Skip to content

Commit

Permalink
Make over-write default
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Jan 31, 2024
1 parent 54ca981 commit 36ee431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pv_opt/pv_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def _load_args(self, items=None):
self.prefix = self.args.get("prefix", "solis")

self._status("Loading Configuation")
over_write = self.args.get("overwrite_ha_on_restart", False)
over_write = self.args.get("overwrite_ha_on_restart", True)

change_entities = []

Expand Down

0 comments on commit 36ee431

Please sign in to comment.