danielsmith-eu / home-assistant-themeparks-integration

A Home Assistant integration that shows Theme Park waiting times using the ThemeParks.wiki API
Apache License 2.0
16 stars 8 forks source link

issue called async_setup_platforms instead of awaiting async_forward_entry_setups #6

Closed GitHubxtsnl closed 1 year ago

GitHubxtsnl commented 1 year ago

running into this issue with the custom integration running: Home Assistant 2023.2.2 Supervisor 2023.01.1 Operating System 9.5

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 3:10:55 PM (2 occurrences)
Last logged: 3:11:14 PM

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 themeparks using this method at custom_components/themeparks/__init__.py, line 45: hass.config_entries.async_setup_platforms(entry, PLATFORMS)