Miicroo/ha-birthdays

Does not run after upgrading HA to 2023.6

Closed this issue ยท 5 comments

The integration does not run after upgrading HA to 2023.6

SLG commented

This is the related logline:

Error during setup of component birthdays
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 283, in _async_setup_component
    result = await task
             ^^^^^^^^^^
  File "/config/custom_components/birthdays/__init__.py", line 46, in async_setup
    await asyncio.wait(tasks)
  File "/usr/local/lib/python3.11/asyncio/tasks.py", line 415, in wait
    raise TypeError("Passing coroutines is forbidden, use tasks explicitly.")
TypeError: Passing coroutines is forbidden, use tasks explicitly.

I have the same problem.....

lotooo commented

I opened #11 as a possible fix

Same issue for me

#11 merged and verified working! ๐Ÿ‘ Thanks @lotooo for the fix