You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
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.
Relod helps in integration menu
The text was updated successfully, but these errors were encountered: