Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/components/climate/climate_ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ climate:
- **bit_high** (*Optional*, [Time](#config-time)): time for the high part of any bit in the LG protocol. Defaults to `600us`
- **bit_one_low** (*Optional*, [Time](#config-time)): time for the low part of a '1' bit in the LG protocol. Defaults to `1600us`
- **bit_zero_low** (*Optional*, [Time](#config-time)): time for the low part of a '0' bit in the LG protocol. Defaults to `550us`
- **alternative_mode** (*Optional*, boolean): enables an alternative control mode for newer units, allowing temperature regulation in `Heat/Cool` mode and vertical airflow adjustment (6 fixed positions + up/down swing) also swing mode is remembered after powering off. Defaults to `false`

```yaml
# Example configuration entry
Expand All @@ -94,6 +95,7 @@ climate:
sensor: room_temperature
header_high: 3265us # AC Units from LG in Brazil, for example use these timings
header_low: 9856us
alternative_mode: false
```

{{< anchor "daikin_brc" >}}
Expand Down