laszlojakab / homeassistant-easycontrols

Helios EasyControls Modbus TCP/IP integration for Home Assistant
MIT License
21 stars 12 forks source link

fix: replace deprecated async_forward_entry_setup with async_forward_entry_setups #112

Closed laszlojakab closed 3 months ago

laszlojakab commented 3 months ago

Description

This PR replaces the async_forward_entry_setup calls with async_forward_entry_setups according to https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/