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

After every restart HA I have to manually do Relod in integration entries. Otherwise entity is no longer being provided by the blinds_controller integration. #6

Open
petr314 opened this issue Aug 18, 2024 · 2 comments

Comments

@petr314
Copy link

petr314 commented Aug 18, 2024

Relod helps in integration menu

@petr314 petr314 changed the title After reboot my HA I get: This entity is no longer being provided by the blinds_controller integration. If the entity is no longer in use, delete it in settings. There is This entity is no longer being provided by the blinds_controller integration. If the entity is no longer in use, delete it in settings after rebooting my HAOS on RPi5. Aug 18, 2024
@petr314
Copy link
Author

petr314 commented Aug 25, 2024

Logger: homeassistant.components.cover
Source: helpers/entity_platform.py:364
integration: Cover (documentation, issues)
First occurred: 22:53:13 (1 occurrences)
Last logged: 22:53:13

Error while setting up blinds_controller platform for cover
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/blinds_controller/cover.py", line 65, in async_setup_entry
async_add_entities([BlindsCover(hass, entry, name, device_id)])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/blinds_controller/cover.py", line 100, in init
self._wind_speed = self.hass.states.get(self._netamo_speed_entity).state
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'state'

@petr314 petr314 changed the title There is This entity is no longer being provided by the blinds_controller integration. If the entity is no longer in use, delete it in settings after rebooting my HAOS on RPi5. After every restart HA I have to manually do Relod in integration entries. Otherwise entity is no longer being provided by the blinds_controller integration. Aug 25, 2024
@petr314
Copy link
Author

petr314 commented Aug 31, 2024

The problem was setting the Netatmo option in this integration due to the above error. So do not set up Netatmo inside this integration to protect blinds until the bug is fixed. You should uninstall and reinstall BUT_blinds_time_control to set the wind speed and wind gust speed entities to null and then everything works perfectly without any problems.
Big thanks to the author for this integration.

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

1 participant