Skip to content

Change CalendarEventDevice to CalendarEntity

Compare
Choose a tag to compare
@bruxy70 bruxy70 released this 03 May 12:26
· 141 commits to master since this release

Changes

  • #392 CalendarEventDevice is depreciated in Home Assistant 2022.5.0 and is replaced by a new class Calendar Entity. This release is therefore changing the base calendar class to avoid warning messages and ensure the integration works in the future releases.
  • I took this opportunity for general code review and stability improvements, also linked to python minimal version supported in HA core.