Releases: bvweerd/simple_pid_controller
Releases · bvweerd/simple_pid_controller
v1.6.0
🚀 Features
- feat: make step size configurable for all number entities via options flow
🐛 Fixes
- fix(ci): Python 3.13 als optional matrix, Engelse templates
- fix(ci): rewrite stale.yml in English
🧪 Tests
- test: add non-happy path tests for step selector validation
📦 Other
- Bump version to 1.5.2 in manifest.json
- Merge pull request #127 from bvweerd/bvweerd-patch-1
- ci: standaardiseer CI/CD pipeline, versioning en templates
- ci: voeg permissions: contents: read toe aan ci.yml
- chore(ci): drop Python 3.12, test on 3.13 only
- chore(ci): update all workflows to Python 3.13
- pytest fix
- ci: bump actions/setup-python from 5 to 6
- ci: bump mikepenz/release-changelog-builder-action from 5 to 6
- ci: bump actions/checkout from 4 to 6
- Merge pull request #131 from bvweerd/dependabot/github_actions/actions/checkout-6
- Merge pull request #130 from bvweerd/dependabot/github_actions/mikepenz/release-changelog-builder-action-6
- Merge branch 'dev' into dependabot/github_actions/actions/setup-python-6
- Merge pull request #129 from bvweerd/dependabot/github_actions/actions/setup-python-6
- Translate GitHub configuration files to English
- Translate bump-version workflow to English
- added brands to correct dir
- moved brands dir
- ci: bump codecov/codecov-action from 5 to 6
- Add unit of measurement customization section to README
- Add unit of measurement customization section to README
- ci: bump softprops/action-gh-release from 2 to 3
- Merge pull request #134 from bvweerd/dependabot/github_actions/softprops/action-gh-release-3
- Merge branch 'dev' into dependabot/github_actions/codecov/codecov-action-6
- Merge pull request #132 from bvweerd/dependabot/github_actions/codecov/codecov-action-6
- ci: uniformize action versions and add missing workflows
- ci: add commitMode and label_extractor to release changelog
- style: apply black and ruff formatting
- Merge pull request #138 from bvweerd/feature/configurable-number-steps
- Merge branch 'main' into dev
- ci: update manifest.json version from tag during release
Installation via HACS
Install or update via HACS — the new version will be offered automatically.
Manual installation
Download simple_pid_controller.zip, extract and copy simple_pid_controller/ to your custom_components/ directory.
v1.5.2
What's Changed
- ci: bump actions/checkout from 5 to 6 by @dependabot[bot] in #123
- Removed Unit of Measurement by @bvweerd in #125
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in #108
- ci: bump actions/setup-python from 5 to 6 by @dependabot[bot] in #109
- Add diagnostics sensor for actual sample time by @bvweerd in #114
- Add history tracking to PID diagnostics by @bvweerd in #113
- Add sample time history to diagnostics by @bvweerd in #115
- Clarify integral behaviour in README by @bvweerd in #117
- ci: bump actions/stale from 9 to 10 by @dependabot[bot] in #118
- Fix setpoint decimal value handling in UI by @bvweerd in #121
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.5.0-beta4
What's Changed
- Increase various ranges and resolutions by @anssih in #78
- Add service to set PID output by @bvweerd in #98
Full Changelog: v1.4.2...v1.5.0-beta4
v1.4.2
v1.4.1
v1.4.0
v1.4.0-beta
What's Changed
- Sync branch with dev by @bvweerd in #48
- Allow specifying gain factors lower than 0.01 by @anssih in #50
- Fix the PID controller to follow the set sample time (PR#49 replacement) by @bvweerd in #51
- Fix the PID controller to follow the set sample time by @anssih in #49
- Rebase add-starting-point by @bvweerd in #52
New Contributors
Full Changelog: v1.3.2...v1.4.0-beta
v1.4.0-alpha
What's Changed
- Add starting point for PID controller with select
Full Changelog: v1.3.2...v1.4.0-alpha