DurgNomis-drol / ha_toyota

Toyota Connected Services integration for Home Assistant.
MIT License
148 stars 32 forks source link

HA 2023.3 deprecation warning: async_setup_platforms instead of async_forward_entry_setups #125

Closed andras-tim closed 1 year ago

andras-tim commented 1 year ago

Describe the bug

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

To Reproduce Steps to reproduce the behavior:

  1. Install HA 2023.2.1
  2. Setup this custom integration
  3. Check the HA Logs
andras-tim commented 1 year ago

Thank you for the fast fix!