Skip to content

Releases: feiming/homeassistant-heatpump

v1.3.0

Choose a tag to compare

@feiming feiming released this 19 Jul 05:15

Changes since v1.2.1

  • Added hvac_action (heating/cooling/idle) derived from the feedback temperature sensor, compared against the target temperature — a heuristic, since IR commands give no real confirmation of unit state

v1.2.1

Choose a tag to compare

@feiming feiming released this 19 Jul 05:09

Changes since v1.2.0

  • Documented the feedback temperature sensor feature in the README

v1.2.0

Choose a tag to compare

@feiming feiming released this 19 Jul 05:05

Changes since v1.1.1

  • Added an optional feedback temperature sensor: attach an external sensor via the integration's Configure options, and its reading is shown as the climate entity's current temperature — since IR emitters are fire-and-forget, this is the only way to confirm the unit is actually responding to commands
  • Added a dark-theme variant of the brand icon (brand/dark_icon.png, brand/dark_icon@2x.png)

v1.1.1

Choose a tag to compare

@feiming feiming released this 18 Jul 09:24

Changes since v1.1.0

  • Added GPL-2.0 LICENSE (matching upstream arduino-heatpumpir) and fixed incorrect MIT attribution in README
  • Added HACS validation workflow (hacs/action + hassfest)
  • Added issue_tracker to manifest.json, required by HACS integration_manifest validation
  • Added local brand icon assets (brand/icon.png, brand/icon@2x.png)
  • Fixed manifest.json key ordering for hassfest
  • Untracked compiled .pyc files and added .gitignore