a529987659852 / openwbmqtt

Custom component for home assistant supporting openWB wallbox
35 stars 16 forks source link

Detected code that calls async_forward_entry_setup ..." #69

Closed ChristophCaina closed 2 months ago

ChristophCaina commented 2 months ago

Getting the following warning in HA 2024.7.0b4

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:151
First occurred: 11:43:29 AM (24 occurrences)
Last logged: 11:43:41 AM

Detected code that calls async_forward_entry_setup for integration openwbmqtt with title: openWB and entry_id: 6d3298431f88d31e928b5fa2afc8e702, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.