Skip to content

Releases: TionAPI/HA-tion

v4.0.0

17 Aug 11:26
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • config_flow: Fix pair step (f92b27f)
  • use btle device from bluetooth integration (89c0c0a), closes #103
  • move integration to different folder (471aaa3), closes #108

BREAKING CHANGES

  • minimum Home Assistant version is 2022.8 due to using bluetooth integration
  • We are using async_update_listeners now. It was add in 2022.7, so minimum version bumped.
  • you MUST remove previous installation and re-add all breezers without pairing.

Like this integration? Please support us at boosty
It will let me know that things that I make is helping other people.

v3.0.5

11 Aug 17:16
Compare
Choose a tag to compare
v3.0.5 Pre-release
Pre-release

GitHub release (by tag)

Bug Fixes

v3.0.4

08 Aug 16:24
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • instance: use correct call to config_entry while unique_id warning (8f65888)

v3.0.3

05 Aug 13:58
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • add support of Home Assistant 2022.8 (49bcf89)

v3.0.2

20 Jul 20:31
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • climate: use correct HVAC action for heating (e96d225)

Like this integration? Please support us at boosty
It will let me know that things that I make is helping other people.

v3.0.1

11 Jul 18:03
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • repair broken 4S/Lite control (d73501a), closes #92
  • update fan state after changes in climate (08038d9), closes #94 #93

Like this integration? Please support us at boosty
It will let me know that things that I make is helping other people.

v3.0.0

09 Jul 14:01
Compare
Choose a tag to compare

GitHub release (by tag)

Breaking Changes

  • minimum Home Assistant version is 2022.6.0 now.

Code refactoring

  • replace deprecated SUPPORT_ constants by FanEntityFeature enum (56969db), closes #74

  • replace deprecated CURRENT_HVAC_ constants by HVACAction enum (d5b17cd), closes #74

  • replace deprecated HVAC_MODE_ constants by HVACMode enum (3bef2fe), closes #74

  • replace deprecated SUPPORT_ constants by ClimateEntityFeature enum (48b6569), closes #74

    All this changes is only about code layout, but minimum required Home Assistant version was bumped.

Features

  • migrate to bleak-based version of tion_btle module (21bdb3e) closes #88, #87, #83, #66

    We are using bleak Bluetooth back-end now. It cool, fast and async. Make sure that /var/run/dbus and /dev/bus/usb is available in Home Assistant docker container (for Docker- ans Supervisor-based installations).

Other features

  • fan: make fan entity always available (c6167cb)

Like this integration? Please support us at boosty
It will let me know that things that I make is helping other people.

v2.4.0

02 Jul 12:42
Compare
Choose a tag to compare

GitHub release (by tag)

Features

  • fan: allow use fan speed control in HomeKit (6c998c3), closes #76

Bug Fixes

  • HACS: remove extra key "domains" from hacs.json (e68ecce)
  • sensor: return zero current fan speed if breezer turned off (7c3d688), closes #82

Like this integration? Please support us at boosty
It will let me know that things that I make is helping other people.

v2.3.1

20 Jun 21:11
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

  • fan: allow use 5(83%) and 2(33%) breezer speed modes (7b0f0aa)
  • sensor: use current fan speed sensor for saving speed to database (c6a5146), closes #80

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars or even support at boosty
It will let me know that things that I make is helping other people.

v2.3.0

20 Jun 19:39
Compare
Choose a tag to compare

GitHub release (by tag)

Features

  • fan: add fan component to the integration (0fcbdf6).
    This component will allow you to control breezer fan speed directly from UI via fan cards.
  • sensors: improve icons for in/out temperature (234ff9a).
    New icons is better explain sensors essence.

Bug Fixes

  • config: don't show pair, mac and model options while options editing (ab9903b)
  • config: setup unique ID based on MAC (4ba0e53), closes #77. You MUST restart Home Assistant one more time, to apply unique_id fix after integration update. Check this comment for more details.
  • set updated data immediately (93f68a3)
  • update listeners while calling update_callback (169fbbd)

Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub GitHub Repo stars or even support at boosty
It will let me know that things that I make is helping other people.