-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calendar no attribute 'get_events' #618
Comments
update to core-2024.7.3 and now get_events works again. Apperently some change between 2024.7.0 and 2024.7.3 did fix this. |
Update to 2024.8.1 and have this issue again:
|
Narrowed it down a bit. It appears that calendar.<entity_name>.get_events() is not working anymore:
While calendar.get_events(entity_id='<entity_name>', duration='00:01') is working
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of HA core-2024.7 i get the following errors:
code used on line 39:
There is a breaking change in 2024.7 however that is to replace list_events with get_events.
The coding was working before 2024.7
Running the get_events in the developer tools does work and can return data and does not give an error.
as I cannot reproduce this in the developer tool, I suspect that it must be in pyscript.
The text was updated successfully, but these errors were encountered: