mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
d28cfebad3
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
35 lines
1023 B
ReStructuredText
35 lines
1023 B
ReStructuredText
Haier Climate Buttons
|
|
=====================
|
|
|
|
.. seo::
|
|
:description: Instructions for setting up additional buttons for Haier climate devices.
|
|
:image: haier.svg
|
|
|
|
Additional buttons for Haier AC cleaning. **These buttons are supported only by the hOn protocol**.
|
|
|
|
.. code-block:: yaml
|
|
|
|
# Example configuration entry
|
|
button:
|
|
- platform: haier
|
|
haier_id: haier_ac
|
|
self_cleaning:
|
|
name: Haier start self cleaning
|
|
steri_cleaning:
|
|
name: Haier start 56°C steri-cleaning
|
|
|
|
Configuration variables:
|
|
------------------------
|
|
|
|
- **haier_id** (**Required**, :ref:`config-id`): The id of Haier climate component
|
|
- **self_cleaning** (*Optional*): A button that starts Haier climate self cleaning.
|
|
All options from :ref:`Button <config-button>`.
|
|
- **steri_cleaning** (*Optional*): A button that starts Haier climate 56°C Steri-Clean.
|
|
All options from :ref:`Button <config-button>`.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`Haier Climate </components/climate/haier>`
|
|
- :ghedit:`Edit`
|