Releases: RobHofmann/HomeAssistant-GreeClimateComponent
Releases · RobHofmann/HomeAssistant-GreeClimateComponent
3.3.2: Add Support for VRF sub-units auto discovery #376
Add Support for VRF sub-units auto discovery #376
3.3.1 Fix for VRF mac address parsing
3.3.1 Fix for VRF mac address parsing
3.3.0: Autodiscovery, translatable sensors & updated readme
3.2.2: Fix incorrect mac address handling when adding a new device through the UI
Fix incorrect mac address handling when adding a new device through the UI
3.2.1: Bugfixes external temp sensor & beeper settings
- 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
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
Fixed: Add a connection check when adding a new device #353
3.1.1: Fix unique_id for VRF Units (#338)
Fix unique_id for VRF Units
3.1.0: Temperature sensors & updated polish translation
3.0.0: Big refactor. Add automatic entity creation
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