Releases: GuyKh/iec-custom-component
Releases · GuyKh/iec-custom-component
0.0.29 - Fix Custom Attributes
What's Changed
Full Changelog: 0.0.28...0.0.29
0.0.28 - better predicted estimated cost, long entity names, optimize cache readings
What's Changed
- feat: optimize cached readings storing by using smart key by @GuyKh in #114
- Handle Long entity names by @GuyKh in #115
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #116
- fix: Remove contract status=1 enforcement by @GuyKh in #119
- Revert "fix: Remove contract status=1 enforcement" by @GuyKh in #123
- Add Noy (Petel) example by @GuyKh in #124
- chore(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #127
- chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #129
- chore(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #130
- TYPO by @tzagim in #134
- Fix url in ISSUE_TEMPLATE by @tzagim in #136
- feat: A better predicted estimated cost by @GuyKh in #133
New Contributors
Full Changelog: 0.0.27...0.0.28
0.0.27 - fix zero statistics bug
What's Changed
Full Changelog: 0.0.26...0.0.27
0.0.26 - 1st of the month fix + others
What's Changed
- chore(deps): bump pascalgn/automerge-action from 0.16.2 to 0.16.3 by @dependabot in #101
- fix: Fix tariff with new iec-api version by @GuyKh in #102
- fix: Solve localizing a localized datetime by @GuyKh in #104
- chore: bump to iec-api 0.2.15 to fix
unhashable
bug by @GuyKh in #108 - fix: reduce calls to TIMEZONE.localize by @GuyKh in #110
- chore: bump to 0.2.16 to fix decimal/float issue by @GuyKh in #111
Full Changelog: 0.0.25...0.0.26
0.0.25 - Performance + Fix negative values
What's Changed
- chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #93
- Feat: add Examples by @GuyKh in #92
- feat: improve performance by concurrently calling the insert_statistics method by @GuyKh in #95
- fix: Handle bad connection error + TimeZone fixes by @GuyKh in #96
- [ImgBot] Optimize images by @imgbot in #97
- fix: refactor devices and introduce IecEntity as the base class for all entities by @GuyKh in #94
- docs: Update Energy Summary example by @GuyKh in #98
- fix: attempt on fixing negative values by @GuyKh in #87
- [ImgBot] Optimize images by @imgbot in #99
Full Changelog: 0.0.24...0.0.25
0.0.25-beta1 - Performance, Fixes of TImeZone & Negative Values
What's Changed
- chore(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #93
- Feat: add Examples by @GuyKh in #92
- feat: improve performance by concurrently calling the insert_statistics method by @GuyKh in #95
- fix: Handle bad connection error + TimeZone fixes by @GuyKh in #96
- [ImgBot] Optimize images by @imgbot in #97
- fix: refactor devices and introduce IecEntity as the base class for all entities by @GuyKh in #94
- docs: Update Energy Summary example by @GuyKh in #98
- fix: attempt on fixing negative values by @GuyKh in #87
Full Changelog: 0.0.24...0.0.25-beta1
0.0.24 - Devces + April 1st fix
What's Changed
- feat: Group entities by Contract and Meter Devices by @GuyKh in #89
- fix: Issue with coordinator on 1st on the month by @GuyKh in #90
Full Changelog: 0.0.23...0.0.24
0.0.23 - Per Device data, isPaid fix
0.0.22 - Support for No-Invoices and Translation fixes
What's Changed
- chore(deps): bump softprops/action-gh-release from 2.0.2 to 2.0.4 by @dependabot in #80
- fix: Add IEC to binary_sensor en translation by @GuyKh in #81
- fix: he translation typo by @GuyKh in #83
- fix: handle no invoices case with try-expect by @GuyKh in #82
- chore: bump to 0.0.22 by @GuyKh in #84
Full Changelog: 0.0.21...0.0.22
0.0.21 - Logging, BinarySensor and Optimizations
What's Changed
- Add Postman Collection and FAQ to README by @GuyKh in #65
- fix: Support for cases when there's no Invoice by @GuyKh in #69
- feat: Log Level for
iec-api
by @GuyKh in #70 - Fixes bug with coordinator not filtering only electricity invoices by @idoaflalo in #73
- Feat:
amount_to_pay
andis_last_invoice_paid
sensors by @GuyKh in #75 - fix: add
BINARY_SENSOR
platform by @GuyKh in #76 - fix: fix binary_sensor using Statics by @GuyKh in #77
- fix: Fix Binary Sensor Naming by @GuyKh in #78
- Fix: Potential fix for negative statistics values + optimizations by @GuyKh in #74
- chore: bump to 0.0.21 by @GuyKh in #79
New Contributors
- @idoaflalo made their first contribution in #73
Full Changelog: 0.0.20...0.0.21