Antoni-Czaplicki / vulcan-for-hassio

Vulcan inegration for home assistamt
26 stars 3 forks source link

calendar.list_events is deprecated #49

Closed Wielebny666 closed 10 months ago

Wielebny666 commented 10 months ago

Logger: homeassistant.components.calendar Source: components/calendar/init.py:867 Integration: Kalendarz (documentation, issues) First occurred: 03:00:00 (24 occurrences) Last logged: 08:45:00

Detected use of service 'calendar.list_events'. This is deprecated and will stop working in Home Assistant 2024.6. Use 'calendar.get_events' instead which supports multiple entities

image

Antoni-Czaplicki commented 10 months ago

It looks like a problem coming from outside of the integration - you are service call ‚calenda.list_events’ somewhere in your instance (probably UI or automations).

Check out release notes for Home Assistant 2023.12: https://www.home-assistant.io/blog/2023/12/06/release-202312/#backward-incompatible-changes

Wielebny666 commented 10 months ago

You're right, thanks for your answer