Releases: alexdelprete/ha-sinapsi-alfa
Releases · alexdelprete/ha-sinapsi-alfa
0.3.1
- Fix for deprecated function BinaryPayloadDecoder in pymodbus. Solves the warnings in HA log.
What's Changed
- Bump ruff from 0.9.4 to 0.9.5 by @dependabot in #93
- Create pt.json by @ViPeR5000 in #95
- Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1 by @dependabot in #89
- Bump ruff from 0.9.5 to 0.9.6 by @dependabot in #96
New Contributors
- @ViPeR5000 made their first contribution in #95
Full Changelog: 0.3.0...0.3.1
0.3.1-beta.1
- Fix for deprecated function BinaryPayloadDecoder in pymodbus
- Optimized unix_timestamp_to_iso8601_local_tz()
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