Releases: TionAPI/HA-tion
v4.0.0
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 usingbluetooth
integration - We are using
async_update_listeners
now. It was add in2022.7
, so minimum version bumped. - you MUST remove previous installation and re-add all breezers without pairing.
Like this integration? Please support us at
It will let me know that things that I make is helping other people.
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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
It will let me know that things that I make is helping other people.
v2.4.0
v2.3.1
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 or even support at
It will let me know that things that I make is helping other people.
v2.3.0
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 or even support at
It will let me know that things that I make is helping other people.