Haier Climate Switches

Additional switches to support additional features for Haier AC.

# Example configuration entry
switch:
  - platform: haier
    beeper:
      name: Haier beeper
    health_mode:
      name: Haier health mode
    display:
      name: Haier display
    quiet_mode:
      name: Haier quiet mode

Configuration variables:

  • haier_id (Required, ID): The id of Haier climate component

  • beeper (Optional): (supported only by hOn) A switch that enables or disables Haier climate sound feedback. All options from Switch.

  • health_mode (Optional): A switch that enables or disables Haier climate health mode (UV light sterilization). All options from Switch.

  • display (Optional): A switch that enables or disables Haier climate led display. All options from Switch.

  • quiet_mode (Optional): (supported only by hOn) A switch that enables or disables Haier climate quiet mode. Quiet mode not supported in Fan only mode. All options from Switch.

See Also