sca075 / mqtt_vacuum_camera

Camera Integration for Home Assistant to export and render all Vacuums connected via MQTT( including Valetudo Hypfer and RE(rand256)) Maps.
Apache License 2.0
92 stars 5 forks source link

Another async issue just popped up in 2024.7.1: #201

Closed sca075 closed 2 months ago

sca075 commented 2 months ago

Another async issue just popped up in 2024.7.1:

Detected code that calls async_forward_entry_setup for integration mqtt_vacuum_camera with title: robovac-upstairs Camera and entry_id: 09dafb383f5d229eac0dfb8613f6392f, 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.

_Originally posted by @tomlut in https://github.com/sca075/mqtt_vacuum_camera/issues/176#issuecomment-2211511914_