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

Failed to set up Check the logs #22

Open
ychanteloup opened this issue May 26, 2023 · 7 comments
Open

Failed to set up Check the logs #22

ychanteloup opened this issue May 26, 2023 · 7 comments

Comments

@ychanteloup
Copy link

Integration stopped working after update.

This error originated from a custom integration.

Logger: homeassistant.config_entries
Source: custom_components/Blueair/init.py:50
Integration: Blueair
First occurred: 16:31:04 (3 occurrences)
Last logged: 18:11:25

Error setting up entry BlueAir [email protected] for blueair
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/Blueair/init.py", line 50, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

Home Assistant 2023.5.4
Supervisor 2023.04.1
Operating System 10.1
Frontend 20230503.3 - latest

@naser-ali
Copy link

naser-ali commented May 30, 2023

Same here. Running latest HA Core on ubuntu 22.04.

This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/blueair/init.py:50
Integration: BlueAir (documentation, issues)
First occurred: 14:19:38 (3 occurrences)
Last logged: 14:39:35

Error setting up entry BlueAir XXX for blueair
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.10/site-packages/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/home/homeassistant/.homeassistant/custom_components/blueair/init.py", line 50, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

@RenfoJu1
Copy link

me too; same logs

@Tokynet
Copy link

Tokynet commented Jun 20, 2023

@aijayadams any update for this issue?

@ychanteloup
Copy link
Author

Tried to reinstall: This error originated from a custom integration.

Logger: homeassistant.config_entries
Source: custom_components/Blueair/init.py:50
Integration: Blueair
First occurred: 22:07:52 (1 occurrences)
Last logged: 22:07:52

Error setting up entry BlueAir [email protected] for blueair
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/Blueair/init.py", line 50, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

@whozur
Copy link

whozur commented Jul 20, 2023

yep, definitely busted...

2023-07-20 13:21:11.760 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BlueAir [email protected] for blueair Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 390, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/blueair/__init__.py", line 50, in async_setup_entry hass.config_entries.async_setup_platforms(entry, PLATFORMS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@RenfoJu1
Copy link

@Komentorivi
Copy link

Same error on Blueair Classic 405, HA 2023.9.1

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/blueair/init.py", line 50, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

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

6 participants