Skip to content

Commit 98ee228

Browse files
swoboda1337claude
andcommitted
Fix typos throughout documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2b52221 commit 98ee228

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+65
-65
lines changed

content/changelog/2023.12.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ duplicate pin definitions. See the [Pin Schema](/guides/configuration-types#pin-
3636

3737
## Touchscreen internal changes
3838

39-
The touchscreen compoenent code has had a big overhaul which breaks any external components or open PRs for
39+
The touchscreen component code has had a big overhaul which breaks any external components or open PRs for
4040
new touchscreens. See {{< pr number="4596" repo="esphome" >}} for details if this affects you.
4141

4242
## MCP3008 breaking changes
4343

44-
The MCP3008 has has a restructure of the code and at the same time the default update interval has been changed
44+
The MCP3008 has had a restructure of the code and at the same time the default update interval has been changed
4545
to 60 seconds, the units, device class and state class default have also been set to sane defaults expected for
4646
a voltage sensor.
4747

content/changelog/2024.12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ESPHome has now updated the core ESP32 code to use [ESP-IDF](https://github.com/
2020
This is a major upgrade and should bring more features, chip support (Most notably the ESP32-C6 that people
2121
keep raving on about) and in general more stability.
2222

23-
To acommodate this change, ESPHome has moved away from the "official" platformio provided ESP32 platform,
23+
To accommodate this change, ESPHome has moved away from the "official" platformio provided ESP32 platform,
2424
and is now using a community fork [pioarduino/platform-espressif32](https://github.com/pioarduino/platform-espressif32)
2525
as platformio has decided to stop providing ESP-IDF updates to their platform for Espressif chips. As a user,
2626
you should not notice any difference.

content/components/alarm_control_panel/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ control panel is armed, a fault on this type of zone will cause the alarm to go
8484
The `instant_always` trigger mode is typically used for tamper inputs. Irrespective of whether the alarm control panel
8585
is armed, a fault will always cause the alarm to go directly to the `triggered` state.
8686

87-
The `delayed_follower` trigger mode is typically specifed for interior passive infared (PIR) or microwave sensors. One
87+
The `delayed_follower` trigger mode is typically specified for interior passive infrared (PIR) or microwave sensors. One
8888
of two things happen when a `delayed_follower` zone is faulted:
8989

9090
1. When the alarm panel is in the armed state, a fault on a zone with `delayed_follower` specified will cause the alarm
@@ -95,7 +95,7 @@ of two things happen when a `delayed_follower` zone is faulted:
9595

9696
The `delayed_follower` trigger mode offers better protection if someone enters a premises via an unprotected window
9797
or door. If there is a PIR guarding the main hallway, it will cause an instant trigger of the alarm panel as someone
98-
entered the premises in a unusual manner. Likewise, if someone enters the premises though a door set to the `delayed`
98+
entered the premises in an unusual manner. Likewise, if someone enters the premises through a door set to the `delayed`
9999
trigger mode, and then triggers the PIR, the alarm will stay in the `pending` state until either they disarm the alarm,
100100
or the pending timer expires.
101101

content/components/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ api:
104104

105105
- **id** (*Optional*, [ID](/guides/configuration-types#id)): Manually specify the ID used for code generation.
106106
- **password** (*Optional*, **Deprecated**, string): The password to protect the API Server with. Defaults
107-
to no password. It is recommended to use the `encryption` -> `key` above instead of the the `password`.
107+
to no password. It is recommended to use the `encryption` -> `key` above instead of the `password`.
108108

109109
- **on_client_connected** (*Optional*, [Action](/automations/actions#all-actions)): An automation to perform when a client
110110
connects to the API. See [`on_client_connected` Trigger](#api-on_client_connected_trigger).

content/components/climate/pid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ To autotune the control parameters:
258258

259259
1. Set an appropriate setpoint (see note above) and turn on the climate controller (Heat, Cool or Auto).
260260

261-
1. Click the *PID Climate Autotune* button and look at the the logs of the device.
261+
1. Click the *PID Climate Autotune* button and look at the logs of the device.
262262

263263
You should see output like
264264

@@ -298,7 +298,7 @@ To autotune the control parameters:
298298
Please copy these values into your YAML configuration! They will reset on the next reboot.
299299
```
300300

301-
As soon as the the autotune procedure finishes, the climate starts to work with the calculated parameters
301+
As soon as the autotune procedure finishes, the climate starts to work with the calculated parameters
302302
so that expected operation can be immediately verified.
303303

304304
If satisfied, copy the values in `control_parameters` into your configuration:

content/components/cover/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Possible return values for the optional lambda:
5555
be performed when the remote requests the cover to be stopped.
5656

5757
- **toggle_action** (*Optional*, [Action](/automations/actions#all-actions)): The action that should
58-
be performed when the remote requests to toggle the the cover.
58+
be performed when the remote requests to toggle the cover.
5959

6060
- **optimistic** (*Optional*, boolean): Whether to operate in optimistic mode - when in this mode,
6161
any command sent to the template cover will immediately update the reported state/position and no lambda

content/components/dfrobot_sen0395.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ switch:
140140
- **type** (**Required**): One of:
141141

142142
- `presence_via_uart` : when enabled, the module sends presence information via both the serial connection and
143-
GPIO pin; when disabled, presense is indicated only via the GPIO pin.
143+
GPIO pin; when disabled, presence is indicated only via the GPIO pin.
144144

145-
- `sensor_active` : when enabled, presence detection is reported; when disabled, presense will not be reported.
145+
- `sensor_active` : when enabled, presence detection is reported; when disabled, presence will not be reported.
146146
- `start_after_boot` : when enabled, the sensor will start immediately after power-on; when disabled, the sensor
147147
must be manually started.
148148

content/components/display/ili9xxx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Each entry represents a single-byte command followed by zero or more data bytes.
146146

147147
### CUSTOM model
148148

149-
The `CUSTOM` model selection is provided for otherwise unsupported displays, and requires both `dimensions:` and `init_sequence:` to be specfied. There is no pre-defined init sequence.
149+
The `CUSTOM` model selection is provided for otherwise unsupported displays, and requires both `dimensions:` and `init_sequence:` to be specified. There is no pre-defined init sequence.
150150

151151
### Configuration examples
152152

content/components/display/mipi_spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ If converting from other code, make sure the length byte, if present, is not cop
186186

187187
## CUSTOM model
188188

189-
The `CUSTOM` model selection is provided for otherwise unsupported displays, and requires both `dimensions:` and `init_sequence:` to be specfied. There is no pre-defined init sequence.
189+
The `CUSTOM` model selection is provided for otherwise unsupported displays, and requires both `dimensions:` and `init_sequence:` to be specified. There is no pre-defined init sequence.
190190

191191
## Using the `transform` options
192192

content/components/display/ssd1325.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ display:
5252

5353
- **dc_pin** (**Required**, [Pin Schema](/guides/configuration-types#pin-schema)): The DC pin.
5454
- **reset_pin** (*Optional*, [Pin Schema](/guides/configuration-types#pin-schema)): The RESET pin.
55-
- **cs_pin** (*Optional*, [Pin Schema](/guides/configuration-types#pin-schema)): The pin on the ESP that that the CS line is connected to.
55+
- **cs_pin** (*Optional*, [Pin Schema](/guides/configuration-types#pin-schema)): The pin on the ESP that the CS line is connected to.
5656
The CS line can be connected to GND if this is the only device on the SPI bus.
5757

5858
- **lambda** (*Optional*, [lambda](/automations/templates#config-lambda)): The lambda to use for rendering the content on the display.

0 commit comments

Comments
 (0)