@Patrul I had the same issue. the below actions fixed my issue.
on /config/custom_componenets/climate_ip/climate.py file
- near line 25, remove “ATTR_HVAC_ACTIONS” and its preceding comma
- near line 251, commnet/delete the below 3 lines
@property
def hvac_action(self):
return self.rac.get_property(ATTR_HVAC_ACTIONS) - re-start HA