franc6 / ics_calendar

Provides an ICS (icalendar) platform for the Home Assistant calendar
Apache License 2.0
153 stars 23 forks source link

Integration broken after updating to HASS 2024.11.0 #190

Open RicardoJeronimo opened 1 week ago

RicardoJeronimo commented 1 week ago

Home Assistant Setup 2024.11.0, Docker ics_calendar installed via HACS

Version:

Installation Type (put an X between the square brackets for your HA): [] Home Assistant OS [] Home Assistant OS [] Home Assistant Supervised [] Home Assistant Container [X] Home Assistant Core

Hardware platform: [] ARM [X] x86-64

Describe the bug After updating Home Assistant to version 2024.11.0, this integration is currently broken with the error:

Setup failed for custom integration 'ics_calendar': Requirements for ics_calendar not found: ['ics>=0.7.2'].

All entities are currently "Not loaded": image

DjCujo commented 3 days ago

Same issue here :(

DjCujo commented 3 days ago

Found the solution, please remove the configuration lines for ics_calander from your configuration.yaml file as it is now part of ics_calander itself. After removing the lines in the configuration file and restarting everything worked again for me.

RicardoJeronimo commented 3 days ago

Unfortunately, that was not my case. However, while I didn't have anything related to ics_calendar on my configuration.yaml, I went ahead and removed all entities and reloaded Home Assistant.

Now, when trying to add a new entity via "Add Integration", I get the following error: image

The same happens if I reinstall ics_calendar via HACS.