Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: alexhaller/blanco_unit

Tags

v1.2.4

Toggle v1.2.4's commit message
chore(release): 1.2.4 [skip ci]

## [1.2.4](v1.2.3...v1.2.4) (2026-05-24)

### Bug Fixes

* ensure GATT service discovery completes before characteristic reads ([a614e76](a614e76))

v1.2.3

Toggle v1.2.3's commit message
chore(release): 1.2.3 [skip ci]

## [1.2.3](v1.2.2...v1.2.3) (2026-05-24)

### Bug Fixes

* explicitly trigger BlueZ ATT MTU negotiation ([2b0e4da](2b0e4da))

v1.2.2

Toggle v1.2.2's commit message
chore(release): 1.2.2 [skip ci]

## [1.2.2](v1.2.1...v1.2.2) (2026-05-24)

### Bug Fixes

* map BleakNotFoundError and other bleak errors to clearer messages ([25c1ea6](25c1ea6))

v1.2.1

Toggle v1.2.1's commit message
chore(release): 1.2.1 [skip ci]

## [1.2.1](v1.2.0...v1.2.1) (2026-05-24)

### Bug Fixes

* size protocol chunks to negotiated ATT MTU ([7839da4](7839da4))

v1.2.0

Toggle v1.2.0's commit message
chore(release): 1.2.0 [skip ci]

## [1.2.0](v1.1.3...v1.2.0) (2026-05-23)

### Features

* harden BLE error handling with detailed diagnostics ([03df58b](03df58b))

v1.1.3

Toggle v1.1.3's commit message
chore(release): 1.1.3 [skip ci]

## [1.1.3](v1.1.2...v1.1.3) (2026-05-23)

### Bug Fixes

* add delays in read_gatt_char polling loop ([4b65cfb](4b65cfb))

v1.1.2

Toggle v1.1.2's commit message
chore(release): 1.1.2 [skip ci]

## [1.1.2](v1.1.1...v1.1.2) (2026-05-23)

### Bug Fixes

* revert to read_gatt_char polling — characteristic does not support NOTIFY ([b72af28](b72af28))

v1.1.1

Toggle v1.1.1's commit message
chore(release): 1.1.1 [skip ci]

## [1.1.1](v1.1.0...v1.1.1) (2026-05-23)

### Bug Fixes

* remove pair=True from BLE establish_connection ([010f101](010f101))

v1.1.0

Toggle v1.1.0's commit message
chore(release): 1.1.0 [skip ci]

## [1.1.0](v1.0.0...v1.1.0) (2026-05-23)

### Features

* add brand icon for HACS validation ([1c4e708](1c4e708))

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

## 1.0.0 (2026-05-23)

### Features

* Add full CHOICE.All device support ([0fd4f2d](0fd4f2d)), closes [Nailik#6](https://github.com/alexhaller/blanco_unit/issues/6)
* Add heater/compressor binary sensors from status bitmask ([a9011b6](a9011b6))

### Bug Fixes

* add CONFIG_SCHEMA and remove deleted UP038 ruff rule ([6849329](6849329))
* add pair=True to BLE establish_connection calls ([a48b26f](a48b26f))
* Rename cooling_temp to Compressor Temperature ([5f7762d](5f7762d))
* use BLE notifications for response flow ([f252e35](f252e35))