You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ Turn off health mode.
291
291
``climate.haier.set_vertical_airflow`` Action
292
292
*********************************************
293
293
294
-
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Auto``, ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
294
+
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
295
295
296
296
.. code-block:: yaml
297
297
@@ -304,7 +304,7 @@ Turn off health mode.
304
304
``climate.haier.set_horizontal_airflow`` Action
305
305
***********************************************
306
306
307
-
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Auto``, ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
307
+
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
308
308
309
309
.. code-block:: yaml
310
310
@@ -538,9 +538,9 @@ Configuration variables:
538
538
------------------------
539
539
540
540
- **haier_id** (**Required**, `ID <https://esphome.io/guides/configuration-types.html#config-id>`_): The id of Haier climate component
541
-
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). The current state becomes ``Auto`` while horizontal swing is enabled.
541
+
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). This select has no state while horizontal swing is enabled.
542
542
All options from `Select <https://esphome.io/components/select/index.html#base-select-configuration>`_.
543
-
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). The current state becomes ``Auto`` while vertical swing is enabled.
543
+
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). This select has no state while vertical swing is enabled.
544
544
All options from `Select <https://esphome.io/components/select/index.html#base-select-configuration>`_.
Copy file name to clipboardExpand all lines: docs/esphome-docs/climate/haier.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ Turn off health mode.
291
291
``climate.haier.set_vertical_airflow`` Action
292
292
*********************************************
293
293
294
-
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Auto``, ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
294
+
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
295
295
296
296
.. code-block:: yaml
297
297
@@ -304,7 +304,7 @@ Turn off health mode.
304
304
``climate.haier.set_horizontal_airflow`` Action
305
305
***********************************************
306
306
307
-
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Auto``, ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
307
+
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
Copy file name to clipboardExpand all lines: docs/esphome-docs/select/haier.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Configuration variables:
33
33
------------------------
34
34
35
35
- **haier_id** (**Required**, :ref:`config-id`): The id of Haier climate component
36
-
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). The current state becomes ``Auto`` while horizontal swing is enabled.
36
+
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). This select has no state while horizontal swing is enabled.
37
37
All options from :ref:`Select <config-select>`.
38
-
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). The current state becomes ``Auto`` while vertical swing is enabled.
38
+
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). This select has no state while vertical swing is enabled.
Copy file name to clipboardExpand all lines: docs/examples/climate_haier.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Turn off health mode.
242
242
``climate.haier.set_vertical_airflow`` Action
243
243
*********************************************
244
244
245
-
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Auto``, ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
245
+
(supported only by hOn) Set direction for vertical airflow if the vertical swing is disabled. Possible values: ``Health_Up``, ``Max_Up``, ``Up``, ``Center``, ``Down``, ``Max_Down``, ``Health_Down``.
246
246
247
247
.. code-block:: yaml
248
248
@@ -255,7 +255,7 @@ Turn off health mode.
255
255
``climate.haier.set_horizontal_airflow`` Action
256
256
***********************************************
257
257
258
-
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Auto``, ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
258
+
(supported only by hOn) Set direction for horizontal airflow if the horizontal swing is disabled. Possible values: ``Max_Left``, ``Left``, ``Center``, ``Right``, ``Max_Right``.
Copy file name to clipboardExpand all lines: docs/examples/select_haier.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Configuration variables:
19
19
------------------------
20
20
21
21
- **haier_id** (**Required**, :ref:`config-id`): The id of Haier climate component
22
-
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). The current state becomes ``Auto`` while horizontal swing is enabled.
22
+
- **horizontal_airflow** (*Optional*): (supported only by hOn) Select component to control horizontal airflow mode (if supported by AC). This select has no state while horizontal swing is enabled.
23
23
All options from :ref:`Select <config-select>`.
24
-
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). The current state becomes ``Auto`` while vertical swing is enabled.
24
+
- **vertical_airflow** (*Optional*): (supported only by hOn) Select component to control vertical airflow mode (if supported by AC). This select has no state while vertical swing is enabled.
0 commit comments