Skip to content

Commit

Permalink
docs: typo secondary_heater_timeout in readme
Browse files Browse the repository at this point in the history
Fixes #205
  • Loading branch information
= authored and swingerman committed May 28, 2024
1 parent b65347c commit a879d9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If only the [`heater`](#heater) entity is set the thermostat works only in heate

## Two Stage (AUX) Heating

Two stage or AUX heating can be enabled by adding the [required configuration](#two-stage-heating-example) entities: [`secondary_heater`](#secondary_heater), [`secondary heater_timeout`](#secondar_heater_timeout). If these are set the feature will enable automatically.
Two stage or AUX heating can be enabled by adding the [required configuration](#two-stage-heating-example) entities: [`secondary_heater`](#secondary_heater), [`secondary heater_timeout`](#secondary_heater_timeout). If these are set the feature will enable automatically.
Optionally you can set [`secondary heater_dual_mode`](#secondar_heater_dual_mode) to `true` to turn on the secondary heater together with the primary heater.

### How Two Stage Heating Works?
Expand All @@ -59,8 +59,8 @@ If the third [`secondary heater_dual_mode`](#secondar_heater_dual_mode) is set t

```yaml
secondary_heater: switch.study_secondary_heater # <-- required
secondar_heater_timeout: 00:00:30 # <-- required
secondar_heater_dual_mode: true # <-- optional
secondary_heater_timeout: 00:00:30 # <-- required
secondary_heater_timeout: true # <-- optional
```
## Fan Only Mode
Expand Down Expand Up @@ -608,7 +608,7 @@ climate:

## Two Stage Heateing Mode Example

For two stage heating both the `heater` and `secondary_heater` must be defined. The `secondary_heater` will be turned on only if the `heater` is on for the amount of time defined in `secondar_heater_timeout`.
For two stage heating both the `heater` and `secondary_heater` must be defined. The `secondary_heater` will be turned on only if the `heater` is on for the amount of time defined in `secondary_heater_timeout`.

```yaml
climate:
Expand All @@ -617,7 +617,7 @@ climate:
heater: switch.study_heater
secondary_heater: switch.study_secondary_heater # <-requred
secondar_heater_timeout: 00:00:30 # <-requred
secondary_heater_timeout: 00:00:30 # <-requred
target_sensor: sensor.study_temperature
initial_hvac_mode: "heat"
Expand Down Expand Up @@ -707,7 +707,7 @@ climate:
heater: switch.study_heater
cooler: switch.study_cooler
secondary_heater: switch.study_secondary_heater
secondar_heater_timeout: 00:00:30
secondary_heater_timeout: 00:00:30
target_sensor: sensor.study_temperature
floor_sensor: sensor.floor_temp
max_floor_temp: 28
Expand Down

0 comments on commit a879d9f

Please sign in to comment.