Haier Climate Binary Sensors
Additional sensors for Haier Climate device. These sensors are supported only by the hOn protocol.

# Example configuration entry
binary_sensor:
  - platform: haier
    haier_id: haier_ac
    compressor_status:
      name: Haier Outdoor Compressor Status
    defrost_status:
      name: Haier Defrost Status
    four_way_valve_status:
      name: Haier Four Way Valve Status
    indoor_electric_heating_status:
      name: Haier Indoor Electric Heating Status
    indoor_fan_status:
      name: Haier Indoor Fan Status
    outdoor_fan_status:
      name: Haier Outdoor Fan StatusConfiguration variables
- haier_id (Required, ID): The id of haier climate component 
- compressor_status (Optional): A binary sensor that indicates Haier climate compressor activity. All options from Binary Sensor. 
- defrost_status (Optional): A binary sensor that indicates defrost procedure activity. All options from Binary Sensor. 
- four_way_valve_status (Optional): A binary sensor that indicates four way valve status. All options from Binary Sensor. 
- indoor_electric_heating_status (Optional): A binary sensor that indicates electrical heating system activity. All options from Binary Sensor. 
- indoor_fan_status (Optional): A binary sensor that indicates indoor fan activity. All options from Binary Sensor. 
- outdoor_fan_status (Optional): A binary sensor that indicates outdoor fan activity. All options from Binary Sensor.