-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'switch_implementation' of https://github.com/paveldn/ha…
…ier-esphome into switch_implementation
- Loading branch information
Showing
12 changed files
with
119 additions
and
126 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
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
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
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