Skip to content
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

scheduler doesn't work anymore since last update #370

Closed
DirkScheumann opened this issue Jul 26, 2024 · 1 comment
Closed

scheduler doesn't work anymore since last update #370

DirkScheumann opened this issue Jul 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DirkScheumann
Copy link

Hi, sine the last update to 3.3.5 scheduler doesn't work any more. I am running home assistant core 2022.2.7

The error I am getting in HA is:

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: homeassistant.config_entries
Source: custom_components/scheduler/init.py:64
Integration: Scheduler (documentation, issues)
First occurred: 23:29:42 (1 occurrences)
Last logged: 23:29:42

Error setting up entry Scheduler for scheduler
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 327, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/scheduler/init.py", line 64, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, [PLATFORM])
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setups'

Do you have an idea what's wrong?
Is it because of ma HA version 2022.2.7?

-Dirk

@DirkScheumann DirkScheumann added the bug Something isn't working label Jul 26, 2024
@nielsfaber
Copy link
Owner

Is it because of ma HA version 2022.2.7?

Yes. You should either update HA or use older version of the scheduler integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants