Skip to content

Commit

Permalink
Examples fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldn committed Sep 16, 2024
1 parent 1bf1ef7 commit 630e973
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 303 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ This automation will be triggered when a new alarm is activated by AC. The error
.. code-block:: yaml
climate:
- protocol: hon
- platform: haier
protocol: hon
on_alarm_start:
then:
- logger.log:
Expand All @@ -159,7 +160,8 @@ This automation will be triggered when a previously activated alarm is deactivat
.. code-block:: yaml
climate:
- protocol: hon
- platform: haier
protocol: hon
on_alarm_end:
then:
- logger.log:
Expand All @@ -178,7 +180,8 @@ This trigger can be used to support some features that unique for the model and
.. code-block:: yaml
climate:
- protocol: hon
- platform: haier
protocol: hon
on_status_message:
then:
- logger.log:
Expand Down
Loading

0 comments on commit 630e973

Please sign in to comment.