-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Bug] Setup broken #91
Comments
Having kind of the same issue. But I get no error. Just doesn't show up. |
Having the same problem, getting the following error: Detected blocking call to putrequest inside the event loop by custom integration 'sengledapi' at custom_components/sengledapi/sengledapi/devices/request.py, line 40: r = requests.post(self._url, headers=self._header, data=self._payload), please report it to the author of the 'sengledapi' custom integration |
Getting following error: Logger: homeassistant.components.light Entity None (<class 'custom_components.sengledapi.light.SengledBulb'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please report it to the author of the 'sengledapi' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation |
You have to modify class request on request.py After modifying I was able to get the integration working. class Request:
|
|
@perezjoseph |
Anyone able to report whether this should be working OK again now after replacing the \sengledapi\devices\request.py file with the above code from @perezjoseph ? Logger: homeassistant.setup Error during setup of component sengledapi Is there some other step or setup that I've missed? Any help would be greatly appreciated. I'd love to get this to work again. |
The integration is still working for me, just throwing errors in the log. |
I took the code, cleaned up some errors, and was able to get my setup working again with this pull request: #93. Hopefully, I did not introduce any regressions. But it is working for my Wi-Fi lights. If someone would like to test it, please get back to everyone. Thanks! |
I just tried to use the sengledapi for the first time, and I am still getting similar errors to above:
|
Describe the bug
Even after following directions to modify the config.yaml file, I cannot make this work. Installing through HACS leads to an error message that says the UI cannot be used. I’ve instead modified the configuration file, but upon restart, there are still no signs (in the devices nor the integrations section) that things have worked.
The text was updated successfully, but these errors were encountered: