Releases: sdague/cenhud-rates
Releases · sdague/cenhud-rates
Release list
Release v1.3.3
Changed
- Updated .gitignore to exclude scraper debug artifacts and Claude Code local settings
- Update with June 13 prices, and new delivery charge increase for July 2027
Release v1.3.2
Changed
- Updated with June 2026 prices (effective 2026-06-01)
Release v1.3.1
Changed
- Updated with May 2026 prices (effective 2026-05-12)
Release v1.3.0
Fixed
- Fixed rate selection to ensure only rates with effective_date on or before today are selected as current rates, preventing future rates from becoming active prematurely
Release v1.2.8
Changed
- Updated with April 2026 prices
Release v1.2.7
Fixed
- Scan interval reduced to 1 minute for more responsive on-peak/off-peak transitions
Release v1.2.6
Changed
- Add additional attribute for debugging DST bug
Release v1.2.5
Fixed
- Fixed binary_sensor platform not being exposed in Home Assistant by adding Platform.BINARY_SENSOR to PLATFORMS list
Release v1.2.4
Changed
- Updated
actions/setup-pythonfrom v5 to v6 in CI workflow - Updated
actions/checkoutfrom v4 to v6 in CI workflow
Release v1.2.3
Fixed
- Fixed peak/off-peak time determination to use timezone-aware datetime with proper daylight savings time handling
- Changed
is_on_peak_time()to use Home Assistant'sdt_util.now()instead ofdatetime.now() - Fixed
fetch_prices_selenium.pyscraper to properly skip 12-month average row - Added extraction of effective date from first column of pricing data
- Added automatic calculation of total_per_kwh using delivery charges from historical data
- Scraper now includes delivery_charge and total_per_kwh in output when historical data is available