Skip to content

Releases: RobHofmann/HomeAssistant-GreeClimateComponent

3.3.2: Add Support for VRF sub-units auto discovery #376

05 Oct 12:39
b2947c0

Choose a tag to compare

Add Support for VRF sub-units auto discovery #376

3.3.1 Fix for VRF mac address parsing

27 Sep 23:29
6dd5f33

Choose a tag to compare

3.3.1 Fix for VRF mac address parsing

3.3.0: Autodiscovery, translatable sensors & updated readme

21 Sep 15:24
d3f96e0

Choose a tag to compare

  • Add auto-discovery #366
  • Update README.md with more info about app vs component usage #367
  • Add translatable names for room humidity and external temperature sensors #368

3.2.2: Fix incorrect mac address handling when adding a new device through the UI

14 Sep 12:58
a05fe4e

Choose a tag to compare

Fix incorrect mac address handling when adding a new device through the UI

3.2.1: Bugfixes external temp sensor & beeper settings

08 Sep 17:18
7b0aaa6

Choose a tag to compare

  • Fix external temperature sensor not restoring state after restart if the entity was not available
  • Fix beeper setting state on HA reboot

3.2.0: Improved integration stability and responsiveness

08 Sep 13:55
f4a1764

Choose a tag to compare

Improved integration stability and responsiveness by making methods async, optimizing timeouts/retries, and cleaning up logging, resulting in faster HA startup and more reliable device connectivity.

3.1.2: Add a connection check when adding a new device #353

08 Sep 13:18
c79ea8e

Choose a tag to compare

Fixed: Add a connection check when adding a new device #353

3.1.1: Fix unique_id for VRF Units (#338)

03 Sep 19:40
f443d9e

Choose a tag to compare

Fix unique_id for VRF Units

3.1.0: Temperature sensors & updated polish translation

02 Sep 13:51
60f1144

Choose a tag to compare

  • Update polish translation (#330)
  • Add support for outside temperature and room humidity sensors (#332)
  • Support helper temperature sensors in external sensor list (#333)

3.0.0: Big refactor. Add automatic entity creation

31 Aug 22:40
9f31231

Choose a tag to compare

NOTE: This release has breaking changes. Make sure to check your setup after upgrading. Readd the device if needed.

  • Add automatic entity creation for Gree climate integration
  • Migrate all configurable settings from config_flow to automatic entities
  • Entity availability based on hardware capabilities
  • Adjust translations for all entity types
  • Maintain YAML configuration support for backward compatibility
  • Improve code organization with base entity classes and helper methods