Skip to content

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Sep 29, 2024
1 parent 40b16b7 commit 4a253b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/o365/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ async def async_scan_for_todo_lists(self, call): # pylint: disable=unused-argum
config = self._hass.data[DOMAIN][config]
todo_sensor = config.get(CONF_TODO_SENSORS)
if todo_sensor and CONF_ACCOUNT in config and todo_sensor.get(CONF_ENABLED):
todos = await self.hass.async_add_executor_job(
todos = await self._hass.async_add_executor_job(
config[CONF_ACCOUNT].tasks
)

Expand Down

0 comments on commit 4a253b2

Please sign in to comment.