Skip to content

Releases: RobHofmann/HomeAssistant-GreeClimateComponent

2.12.0 Device Availability

18 Jun 18:20
a4f1b8a
Compare
Choose a tag to compare
Pre-release

Solved problem of device unavailability if home assistant starts when devices are offline or have no power. From now on, devices are correctly added to the home assistant. There is a specific time interval when the home assistant checks whether the devices are online or not. If not, device is marked as unavailable until it appears on the network.

2.11.0 Potential fix for Fahrenheit.

03 Jun 11:45
d39c753
Compare
Choose a tag to compare

This might fix the wrong display temperatures for fahrenheit users.

2.10.0 Added support for encryption v1.21 (newer devices)

27 May 22:32
ca39595
Compare
Choose a tag to compare
add new encryption method (#165)

* add new encryption method

2.9.0 Add support for auto_light, auto_xfan & target temperature entity id

15 May 09:01
44ceb52
Compare
Choose a tag to compare

Added support for auto_light:

when set auto_light: true in config unit will always turn light on when power on and turn light light off when power off. Light entity id should be set but is optional and can be used to control light for example in sleep mode
Added support for auto_xfan:

when set auto_xfan: true in config unit will always turn on xFan in cool and dry mode. There is no need to set xfan entity id, even if it is set, it will be ignored
Added support for target temperature entity id

when set target_temp: input_number... in config we can control target temperature with input_number helper.
Useful when someone wants to build a custom layout, for example with custom:button_card. Input number should be declared with attributes min: 16 max: 30
See README for more information.

2.8.0 Horizontal swing & new climate entity flags

09 May 14:51
15ee180
Compare
Choose a tag to compare

Horizontal swing & new climate entity flags (#156)

2.7.0 Fix for future HASS versions (CONSTS are being replaced)

06 May 12:14
04f863a
Compare
Choose a tag to compare

2.6.0 Fix for future HASS versions (CONSTS are being replaced)

07 Jan 13:28
5ab82ca
Compare
Choose a tag to compare

To make sure future HASS versions keep working, i've replaced all known deprecated CONSTS with their new counterparts. Based on #150.

2.5.0: Support for climate.turn_on service

30 Jul 13:27
463d7e7
Compare
Choose a tag to compare

Added support for the climate.turn_on service.

2.4.1: 2023.6 support & fix for secondary features

12 Jun 21:43
42e1b14
Compare
Choose a tag to compare

2.4.0: 2023.6+ Support (Python 3.11 support)

04 Jun 20:52
896d911
Compare
Choose a tag to compare
2023.6 Compatibility (Python 3.11)