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

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups #83

Closed
gateriderz opened this issue Jan 28, 2023 · 1 comment

Comments

@gateriderz
Copy link

The problem

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for auto_backup using this method at custom_components/auto_backup/init.py, line 192: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

Reproduction steps
1.restart ha
2. check log

What version of Auto Backup has the issue?

1.3.0

What version of Home Assistant are you running?

Home Assistant 2023.2.0b3

What type of installation are you running?

Home Assistant OS

If you're running HA OS/Supervised, what version of the Supervisor are you running?

Supervisor 2023.01.1

Example YAML snippet

...
    hass.config_entries.async_setup_platforms(entry, PLATFORMS)
    return True
...


### Anything in the logs that might be useful for us?

_No response_

### Additional information

_No response_
jcwillox pushed a commit that referenced this issue Feb 4, 2023
Address #83

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for auto_backup using this method at custom_components/auto_backup/init.py, line 192: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
@jcwillox
Copy link
Owner

jcwillox commented Feb 4, 2023

Thanks, this has been fixed in https://github.com/jcwillox/hass-auto-backup/releases/tag/1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants