Skip to content

Fix deprecated hass.config_entries.async_forward_entry_setup

Latest
Compare
Choose a tag to compare
@jobvk jobvk released this 26 Aug 18:21
92043ec

Release 2024.8.1

Added

  • Nothing

Updated

  • Deprecated hass.config_entries.async_forward_entry_setup; it will be removed in Home Assistant 2025.6. Instead, use await hass.config_entries.async_forward_entry_setups, which supports loading multiple platforms simultaneously. This approach is more efficient as it eliminates the need for a separate import executor job for each platform.
  • Boto3 1.34.158 -> 1.35.5
  • Update README.md

Removed

  • Remove info.md