-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Error setting up entry Broadlink for broadlink #47694
Comments
Hey there @Danielhiversen, @felipediel, mind taking a look at this issue as its been labeled with an integration ( |
I had a similar problem with Broadlink 4 Mini and core 2021.3.1 and 2021.3.2 |
@Arvics You forgot to re-patch your installation after updating Home Assistant. @robi59italy We didn't change the Broadlink integration this year. Try to reposition the remote. If it doesn't work, relearn the codes with the |
I think it's not a problem of broadlink integration but coming from core assistant.... going back to old version solved everything. I will try again to install 2021.3.3 and we will see |
@felipediel I apologize - I don't understand your comment. I'm not so good with programming .... Would you please explain more in details what I should do? |
You used a patch to temporarily add support for your device while waiting for the release, right? When you update Home Assistant you need to patch your installation again. It's like a new installation, the patch is not persistent.
|
Thank you so much! Cheers! |
You're welcome! |
The problem
Every time after core upgrade I will get error:
'Error setting up entry Broadlink for broadlink'
I using RM4 pro.
What is version of Home Assistant Core has the issue?
core-2021.3.3
What was the last working version of Home Assistant Core?
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Broadlink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/broadlink
Example YAML snippet
# Put your YAML below this line
Anything in the logs that might be useful for us?
# Put your logs below this line Logger: homeassistant.config_entries Source: components/broadlink/updater.py:24 First occurred: 9:31:39 (1 occurrences) Last logged: 9:31:39 Error setting up entry Broadlink for broadlink Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 248, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/usr/src/homeassistant/homeassistant/components/broadlink/__init__.py", line 25, in async_setup_entry return await device.async_setup() File "/usr/src/homeassistant/homeassistant/components/broadlink/device.py", line 95, in async_setup update_manager = get_update_manager(self) File "/usr/src/homeassistant/homeassistant/components/broadlink/updater.py", line 24, in get_update_manager if device.api.model.startswith("RM mini"): AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: