Skip to content

Commit

Permalink
Add types-caldav dependency (#98265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Aug 13, 2023
1 parent ee3af29 commit e25fdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/caldav/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def setup_platform(
calendars = client.principal().calendars()

calendar_devices = []
device_id: str | None
for calendar in list(calendars):
# If a calendar name was given in the configuration,
# ignore all the others
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tqdm==4.65.0
types-atomicwrites==1.4.5.1
types-croniter==1.0.6
types-backports==0.1.3
types-caldav==1.2.0.2
types-chardet==0.1.5
types-decorator==5.1.8.3
types-enum34==1.1.8
Expand Down

0 comments on commit e25fdeb

Please sign in to comment.