Skip to content

Releases: henricm/ha-ferroamp

v1.15.0

25 Oct 11:33
9b4d233
Compare
Choose a tag to compare

1.15.0 (2024-10-25)

Features

  • changelog: add custom sections for changelog types (35112a4)

Bug Fixes

  • correct config filename (aa99106)
  • revert version update from failed release (37fe28a)
  • update branch from main to master in workflow (3fe52b7)

Documentation

  • add changelog for releases up to 1.14.2 (d6e4375)

Miscellaneous Chores

  • await hass.config_entries.async_forward_entry_setups (3874c96)
  • release: vnull [skip ci] (ca9a147)

Build System

  • deps-dev: bump black from 24.4.2 to 24.8.0 (8486f13)
  • deps-dev: bump black from 24.8.0 to 24.10.0 (4a2f7dd)
  • deps-dev: bump flake8 from 7.1.0 to 7.1.1 (152596b)
  • deps-dev: bump pre-commit from 3.7.1 to 3.8.0 (6adcf5a)
  • deps-dev: bump pre-commit from 3.8.0 to 4.0.0 (adae2e9)
  • deps-dev: bump pre-commit from 4.0.0 to 4.0.1 (45aef48)

Continuous Integration

  • add conventional changelog configuration (f1ef076)
  • migrate to release-please flow (7583cf1)
  • set Python version in pre-commit GitHub workflow (ef63777)

v1.14.2

03 Jul 06:04
Compare
Choose a tag to compare

Bug Fixes

  • add wait_background_tasks parameter to block_till_done function (1e3fb60)
  • commitlint config (fe9e3fc)
  • ignore lingering timer tests for now (1cfefd2)
  • replace deprecated constants (1fd15f5), closes #480
  • update fault code attributes keys to strings (577a1cc)
  • use async_unload from hass.config_entries (a2148fb)

v1.14.1

17 Jan 09:50
Compare
Choose a tag to compare

Bug Fixes

  • add name to service fields (c5c5430)
  • handle new field preview in config in HA 2023.9 (9456e05)
  • ignore minor_version in config flow test (c526d96)
  • sensor: do not log warning if sensor is not present (e567226)

v1.14.0

17 Aug 07:43
Compare
Choose a tag to compare

Features

  • ci: add github action to run pre-commit (f8296ce)
  • remove precision config since now builtin to HA (894dea6), closes #355
  • vscode devcontainer configuration (be15b07)

Bug Fixes

  • devcontainer: install pre-commit hooks (5c5b01d)
  • docs: update contribute guidelines (806c452)
  • enforce codestyle (9686696)
  • reformat code using pre-commit configuration (7e2f62b)

v1.13.0

26 Jul 11:12
Compare
Choose a tag to compare

Features

  • add separate entities per phase (1a77b29), closes #353

Bug Fixes

  • capitalization of sensors (d507162)

v1.12.5

08 Jul 20:30
Compare
Choose a tag to compare

Bug Fixes

  • correct calculation dc link voltage sensor state (a4a6417), closes #364

v1.12.4

07 Jul 11:59
Compare
Choose a tag to compare

Bug Fixes

  • add additional SSO fault codes (a535c10), closes #361

v1.12.3

02 May 05:13
Compare
Choose a tag to compare

Bug Fixes

  • ignore unknown last state (09dcf4a)

v1.12.2

24 Apr 13:21
Compare
Choose a tag to compare

Bug Fixes

  • only create battery specific sensors if present in message from EnergyHub (167fbcd), closes #316

v1.12.1

15 Apr 10:09
Compare
Choose a tag to compare

Bug Fixes

  • add control status sensor on init (2beb9b1), closes #330