Skip to content

Commit

Permalink
change "horizontal_default" to "horizontal_position"
Browse files Browse the repository at this point in the history
  • Loading branch information
js4jiang5 committed Jan 31, 2025
1 parent b0d16c8 commit 6f7a355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/climate/climate_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The Daikin ARC remotes (``daikin_arc`` climate, ``daikin_arc417``, ``daikin_arc4

Hitachi AC344 are used by Hitachi AC with payload length 344 bits.

- **horizontal_default** (*Optional*, string): Default position when horizontal swing is off. Default to ``middle``.
- **horizontal_position** (*Optional*, string): Default position when horizontal swing is off. Default to ``middle``.

- Options are: ``left_max``, ``left``, ``middle``, ``right``, ``right_max``
- **mildewproof** (*Optional*, boolean): Mildewproof control for cool mode. Default to ``False``.
Expand Down Expand Up @@ -229,7 +229,7 @@ Hitachi AC344 are used by Hitachi AC with payload length 344 bits.
- platform: hitachi_ac344
name: "AC"
sensor: room_temperature
horizontal_default: "right"
horizontal_position: "right"
mildewproof: True
custom_cool:
temperature: 28
Expand Down

0 comments on commit 6f7a355

Please sign in to comment.