Skip to content

Commit

Permalink
Remove test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Apr 15, 2024
1 parent ce1bae8 commit 666ec57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/adaptive_cover/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ async def _async_update_data(self) -> AdaptiveCoverData:
self.config_entry.options.get(CONF_FOV_LEFT),
self.config_entry.options.get(CONF_FOV_RIGHT),
],
"wait_for_target": self.wait_for_target,
"target_call": self.target_call,
"manual_control": self.manager.manual_controlled,
},
)

Expand Down

0 comments on commit 666ec57

Please sign in to comment.