Releases: alexdelprete/ha-sinapsi-alfa
Releases · alexdelprete/ha-sinapsi-alfa
0.3.0
- Ready for HA 2025.2.x (pymodbus 3.8.x) - Adapt to pymodbus 3.8.0 API change on client keyword only parameters (see https://pymodbus.readthedocs.io/en/v3.8.3/source/api_changes.html#api-changes-3-8-0)
Closes #92. Thanks to @Aljosha89 for testing.
0.3.0-beta.2
- Adapt to pymodbus 3.8.0 API change on client keyword only parameters (see https://pymodbus.readthedocs.io/en/v3.8.3/source/api_changes.html#api-changes-3-8-0)
0.3.0-beta.1
What's Changed
- Modify read_holding_register() to manage slave_id parameter
- Bump ruff from 0.9.2 to 0.9.3 by @dependabot in #88
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #90
- Bump ruff from 0.9.3 to 0.9.4 by @dependabot in #91
Full Changelog: 0.2.9...0.3.0-beta.1
0.2.9
- Migrated logger code to f-style
0.2.8
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 by @dependabot in #85
- Bump ruff from 0.9.1 to 0.9.2 by @dependabot in #86
- [Cosmetic] Update api.py by @shiner66 in #87
New Contributors
Full Changelog: 0.2.7...0.2.8
0.2.7
- Fix for ConfigFlow
0.2.6
- Quick fix for hostname reconfiguration
0.2.5
- Fixed Unload/reload integration
- Optimized ConfigFlow/OptionsFlow
- New Requirement: HA 2025.1.0
0.2.4 - Optimizations for HA 2024.7x
- Resolve deprecation warnings with 2024.7.x: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups
- Store runtime data inside the config entry: https://developers.home-assistant.io/blog/2024/04/30/store-runtime-data-inside-config-entry
0.2.4-beta.3
Fix ConfigEntry in coordinator