Skip to content

Commit

Permalink
fix: Fix error in sending event for new_todo
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Jan 21, 2024
1 parent 5eb92fd commit 4285875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/o365/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class EventResponse(Enum):
EVENT_HA_EVENT = "ha_event"
EVENT_COMPLETED_TODO = "completed_todo"
EVENT_DELETE_TODO = "delete_todo"
EVENT_NEW_TODO = "new_todok"
EVENT_NEW_TODO = "new_todo"
EVENT_UNCOMPLETED_TODO = "uncompleted_todo"
EVENT_UPDATE_TODO = "update_todo"

Expand Down

0 comments on commit 4285875

Please sign in to comment.