Skip to content

Commit

Permalink
Documentation updated to align with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Dudnytskyi committed Jul 30, 2024
1 parent 0b1518c commit 655aa35
Show file tree
Hide file tree
Showing 9 changed files with 413 additions and 417 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This automation will be triggered when a new alarm is activated by AC. The error
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_alarm_start:
then:
- logger.log:
Expand All @@ -161,7 +161,7 @@ This automation will be triggered when a previously activated alarm is deactivat
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_alarm_end:
then:
- logger.log:
Expand All @@ -180,7 +180,7 @@ This trigger can be used to support some features that unique for the model and
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_status_message:
then:
- logger.log:
Expand Down
2 changes: 1 addition & 1 deletion configs/climate/haier_hon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
climate:
- platform: haier
id: ${device_id}
protocol: hOn
protocol: hon
name: ${device_name}
uart_id: ${uart_id}
wifi_signal: ${send_wifi} # Optional, default true, enables WiFI signal transmission from ESP to AC
Expand Down
6 changes: 3 additions & 3 deletions docs/esphome-docs/climate/haier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ This automation will be triggered when a new alarm is activated by AC. The error
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_alarm_start:
then:
- logger.log:
Expand All @@ -163,7 +163,7 @@ This automation will be triggered when a previously activated alarm is deactivat
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_alarm_end:
then:
- logger.log:
Expand All @@ -182,7 +182,7 @@ This trigger can be used to support some features that unique for the model and
.. code-block:: yaml
climate:
- protocol: hOn
- protocol: hon
on_status_message:
then:
- logger.log:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/max-hon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ api:
climate:
- platform: haier
id: haier_ac
protocol: hOn
protocol: hon
name: Haier hOn Climate
uart_id: haier_uart
wifi_signal: true
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/min-hon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ uart:

climate:
- platform: haier
protocol: hOn
protocol: hon
name: Haier hOn Climate
4 changes: 0 additions & 4 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ Currently, the `M5Stack AtomS3U <https://shop.m5stack.com/products/atoms3u>`_ an
This configuration is a starting point for integrating your Haier AC with an ESP32-S3 based board.

<<<<<<< HEAD
=======

>>>>>>> f04cca5 (FAQ updated)
Troubleshooting
---------------

Expand Down
Loading

0 comments on commit 655aa35

Please sign in to comment.