Skip to content

v1.2.4

Choose a tag to compare

@Geek-MD Geek-MD released this 22 Sep 16:38
0d0f066

πŸ†• HA Daily Counter v1.2.4

🐞 Fixes

  • Compatibility with latest Home Assistant API changes
    • Replaced deprecated async_forward_entry_setup with async_forward_entry_setups.
    • Replaced deprecated async_forward_entry_unload with async_forward_entry_unloads.
    • Fixed critical bug preventing the integration from loading (AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup').

βš™οΈ Services

  • Verified that ha_daily_counter.reset_counter and ha_daily_counter.set_counter continue working correctly after the migration.