dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and actions in your config files
MIT License
481 stars 20 forks source link

async_setup_platforms will fail in HA version 2023.3 #76

Closed pedolsky closed 1 year ago

pedolsky commented 1 year ago

After updating to HA core-2023.0b0, the following warning appeared:

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 21:49:01 (1 occurrences) Last logged: 21:49:01

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for watchman using this method at custom_components/watchman/init.py, line 130: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

dummylabs commented 1 year ago

Fixed in 0.6.1.