Skip to content

Releases: iMicknl/ha-tahoma

v2.3.0

05 Sep 10:59
34eeb61
Compare
Choose a tag to compare

What's changed

🚀 Features

Contributors to this release

@iMicknl and @vlebourl

v2.2.0

01 Sep 15:06
cae20b7
Compare
Choose a tag to compare

What's changed

🚀 Features

✨ Enhancement

  • Improve entity update after command execution, add retry logic (#227) @iMicknl
  • Moved climate devices files to their own directory. (#250) @vlebourl
  • Add custom session, handle HTTP_CONNECT_ERRORS and retry on ServerDisconnectedError (#237) @iMicknl

Contributors to this release

@iMicknl and @vlebourl

v2.1.0

20 Aug 09:58
a6c0da2
Compare
Choose a tag to compare

What's changed

✨ Enhancement

🐛 Bug Fixes

  • Fix crash when using faulty / disabled ZWave devices (#232) @iMicknl

Contributors to this release

@iMicknl

v2.0.1

06 Aug 11:35
4e6caa6
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

Contributors to this release

@iMicknl and @tetienne

v2.0.0

05 Aug 12:52
d00b4ab
Compare
Choose a tag to compare

What's changed

Version 2 introduces async calls and a Data Update Coordinator to centralize entity updates. This makes the entity update much more responsive! This component now entirely relies on the async api pyhoma.

In case you face any issues with version 2.0, please log them on GitHub.

✨ Enhancement

  • Improve climate platform and support dynamic state allocation (#197) @tetienne
  • Bring back support for YAML configuration (#201) @iMicknl
  • Create constant for ignored devices (#200) @tetienne
  • Various small clean (#199) @tetienne
  • Reduce platform setup complexity (#198) @tetienne
  • Remove SCAN_INTERVAL in favour of DataUpdateCoordinator (#195) @iMicknl
  • Enable position for AdjustableSlatsRollerShutter devices (#192) @iMicknl
  • Pin pyhoma package and change tahoma_api to pyhoma (#190) @iMicknl
  • Implement the DataUpdateCoordinator (#186) @tetienne
  • Update implementation for Siren (#183) @iMicknl
  • Add missing states for some sensor and binary sensor devices (#182) @iMicknl
  • Add device attributes to attributes (#180) @iMicknl
  • Add more ui_classes and sort them alphabetically (#168) @iMicknl
  • Improve support for GasSensor, ThermalEnergySensor, WaterSensor and add support for Siren Status (#170) @iMicknl
  • Simplify logic for RTS devices (#169) @iMicknl
  • Add support for SwimmingPool devices (#171) @iMicknl
  • Make all functions async, utilise new Python wrapper, better exception handling, improved device mapping (#160) @iMicknl

🐛 Bug Fixes

Contributors to this release

@iMicknl, @tetienne and @vlebourl

v1.6.4

24 Jul 09:02
a33d6b0
Compare
Choose a tag to compare

What's changed

Climate platform was refactored to simplify it and keep the entities as close to the physical devices as possible.

⚠️ Breaking changes

  • AtlanticElectricalHeater does not support target temperature anymore (#159) @vlebourl
  • Options flow has been removed (#159) @vlebourl

✨ Enhancement

📘 Documentation

  • Update README.md with ExteriorHeatingSystem support. (#166) @vlebourl

🐛 Bug Fixes

Contributors to this release

@tetienne and @vlebourl

v1.6.3

09 Jul 13:33
e5afa96
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

  • Fix command and state definitions being incorrectly set in the API causing some commands to not execute. (#142) @vlebourl

Contributors to this release

@vlebourl

v1.6.2

09 Jul 09:51
abc748d
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

Contributors to this release

@vlebourl

v1.6.1

09 Jul 09:30
e3d58a9
Compare
Choose a tag to compare

What's changed

🐛 Bug Fixes

Contributors to this release

@vlebourl

v1.6

09 Jul 08:53
ec60405
Compare
Choose a tag to compare

What's changed

⚠️ Breaking changes

✨ Enhancement

Contributors to this release

@iMicknl, @tetienne and @vlebourl