-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pavlo Dudnytskyi
committed
Aug 22, 2024
1 parent
576cf10
commit 64ff6c9
Showing
4 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Haier Climate Switches | ||
====================== | ||
|
||
.. seo:: | ||
:description: Instructions for setting up additional switches for Haier climate devices. | ||
:image: haier.svg | ||
|
||
Additional switches to support additional features for Haier AC. | ||
|
||
.. code-block:: yaml | ||
# Example configuration entry | ||
switch: | ||
- platform: haier | ||
beeper: | ||
name: Haier beeper | ||
health_mode: | ||
name: Haier health mode | ||
display: | ||
name: Haier display | ||
Configuration variables: | ||
------------------------ | ||
|
||
- **haier_id** (**Required**, :ref:`config-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 :ref:`Switch <config-switch>`. | ||
- **health_mode** (*Optional*): A switch that enables or disables Haier climate health mode (`UV light sterilization <https://www.haierhvac.eu/en/node/1809>`__). | ||
All options from :ref:`Switch <config-switch>`. | ||
- **display** (*Optional*): A switch that enables or disables Haier climate led display. | ||
All options from :ref:`Switch <config-switch>`. | ||
|
||
See Also | ||
-------- | ||
|
||
- :doc:`Haier Climate </components/climate/haier>` | ||
- :ghedit:`Edit` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters