Skip to content

Commit

Permalink
Add const ATTR_ICON
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen authored Nov 12, 2022
1 parent 5bc5afa commit 069f3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/o365/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class EventResponse(Enum):
ATTR_EVENT_ID = "event_id"
ATTR_FROM_DISPLAY_NAME = "from_display_name"
ATTR_GROUP = "group"
ATTR_ICON = "icon"
ATTR_IS_ALL_DAY = "is_all_day"
ATTR_IMPORTANCE = "importance"
ATTR_LOCATION = "location"
Expand Down

0 comments on commit 069f3fb

Please sign in to comment.