Yeelight intgeration problem - anyone else?

I have 3 yeelight lamps, 1 bedside lamp + 1 ceiling lamp. all of them are usually switched off and my family treats them as common lamps. Since 0.115 release (now I am on 0.115.5) if even one lamp is switched off I got the following in the configuration logs

`Log Details (WARNING)
Logger: homeassistant.config_entries
Source: config_entries.py:239
First occurred: 8:37:04 PM (16 occurrences)
Last logged: 8:42:33 PM

Config entry for yeelight not ready yet. Retrying in 5 seconds
Config entry for yeelight not ready yet. Retrying in 10 seconds
Config entry for yeelight not ready yet. Retrying in 20 seconds
Config entry for yeelight not ready yet. Retrying in 40 seconds
Config entry for yeelight not ready yet. Retrying in 80 seconds`

Is there something I could in order to avoid this behavior (without be forced to switch off the lamps from HA)?

Same problem since update to 0.116.1. All Yeelights stopped working. Yeelight App is working. Turned off and on the “LAN Control” and tried to turn off and on all lamps. But still “unavailable” in HA. Anyone got an Idea?

Got some more Message in HA Log:

Logger: homeassistant.config_entries
Source: components/yeelight/light.py:140
First occurred: 2:23:18 PM (2 occurrences)
Last logged: 2:23:18 PM

Error setting up entry Flur for light
Error setting up entry Esszimmer for light
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 231, in async_setup
    result = await component.async_setup_entry(hass, self)  # type: ignore
  File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 287, in async_setup_entry
    return await hass.data[DOMAIN].async_setup_entry(entry)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 140, in async_setup_entry
    platform = await async_prepare_setup_platform(
  File "/usr/src/homeassistant/homeassistant/setup.py", line 298, in async_prepare_setup_platform
    platform = integration.get_platform(domain)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 401, in get_platform
    cache[full_name] = importlib.import_module(
  File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/src/homeassistant/homeassistant/components/yeelight/light.py", line 140, in <module>
    EFFECT_RANDOM_LOOP: yee_transitions.randomloop,
AttributeError: module 'yeelight.transitions' has no attribute 'randomloop'

it is different problem than mine. It has to do with HA version 0.116.1
it will be fixed in 0.116.2

1 Like

My Error was really fixed in 0.116.2. Thank you.