Climate_IP - ClimateDevice for IP based units (not only Samsung AC)

@Patrul I had the same issue. the below actions fixed my issue.

on /config/custom_componenets/climate_ip/climate.py file

  1. near line 25, remove “ATTR_HVAC_ACTIONS” and its preceding comma
  2. near line 251, commnet/delete the below 3 lines
    @property
    def hvac_action(self):
    return self.rac.get_property(ATTR_HVAC_ACTIONS)
  3. re-start HA
2 Likes