Skip to content

Commit ec96362

Browse files
stweilCopilot
andauthored
Fix some typos in source/_integrations (found by codespell) (home-assistant#41383)
Signed-off-by: Stefan Weil <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent bb65831 commit ec96362

14 files changed

+18
-18
lines changed

source/_integrations/apcupsd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Some sensors are disabled by default, since they provide information that is onl
179179
- **Transfer to Battery**
180180
- **Description**: Time and date of last transfer to batteries.
181181
- **Available for machines**: all
182-
- **Remarks**: This entity only becomes available after a tranfer to battery event happens.
182+
- **Remarks**: This entity only becomes available after a transfer to battery event happens.
183183

184184
- **Battery Status**
185185
- **Description**: The status of the batteries.

source/_integrations/azure_data_explorer.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ There are a few differences between the **PAYG** and **Free** versions:
6262
3. Write and perform the following statements one by one, replacing the placeholder content between the <> with the copied values (including the brackets).
6363

6464
```KQL
65-
// Give the Service Pricipal write access to the database
65+
// Give the Service Principal write access to the database
6666
.add database ['<databasename>'] ingestors ('aadapp=<ApplicationID>;<DirectoryID>');
6767
68-
// Give the Service Pricipal read access to database (used for connectivity checks)
68+
// Give the Service Principal read access to the database (used for connectivity checks)
6969
.add database ['<databasename>'] viewers ('aadapp=<ApplicationID>;<DirectoryID>');
7070
7171
// Create a table for the data to be ingested into (replace the name and copy inserted *name* for later use)

source/_integrations/ecobee.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Enable/disable Smart Home/Away and Follow Me modes.
260260

261261
### Service `ecobee.set_sensors_in_climate`
262262

263-
Set which sensors are active on a termostat for a specific climate program.
263+
Set which sensors are active on a thermostat for a specific climate program.
264264

265265
| Service data attribute | Optional | Description |
266266
| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |

source/_integrations/freedompro.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You will need to obtain an API key from Freedompro's app to use this integration
4242
2. Register and create your first home.
4343
3. Make sure you have at least one accessory paired with the Freedompro Cloud before starting integration.
4444
4. Switch to the **Profile** tab (bottom right corner).
45-
5. Scroll down to the **Developper tools** and tap **Api Key**.
45+
5. Scroll down to the **Developer tools** and tap **Api Key**.
4646
6. Generate an API key.
4747

4848
{% include integrations/config_flow.md %}

source/_integrations/hassio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For Home Assistant Host, the following sensors are available:
7373

7474
For each installed add-on Supervisor provides following binary sensors:
7575

76-
(These entities are disabled by default and must be reenabled to appear)
76+
(These entities are disabled by default and must be re-enabled to appear)
7777

7878
| Sensor | Enabled by default | Description |
7979
| ------- | ------------------ | ----------- |

source/_integrations/imeon_inverter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Imeon Energy Inverter {% term integrations %} will poll an [Imeon](https://i
2727

2828
- The Imeon inverter must be connected to the local network.
2929
- [OS One](https://imeon-energy.com/os-one/) version must be **1.8.1.4** or higher.
30-
- *ModuleAPI* application must be activated on the OS One pannel of your Imeon inverter.
30+
- *ModuleAPI* application must be activated on the OS One panel of your Imeon inverter.
3131
- To do so, connect to **OS One** > **Applications** and by hovering over *ModuleAPI*, select **Activate**.
3232

3333
{% include integrations/config_flow.md %}

source/_integrations/knx.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ knx:
602602
# time and date exposures
603603
- type: time
604604
address: "0/0/1"
605-
# entitiy exposures
605+
# entity exposures
606606
- type: temperature
607607
entity_id: sensor.owm_temperature
608608
address: "0/0/2"

source/_integrations/lcn.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ They are ideal to be used in automation scripts or for the `template` platforms.
8080
{% endnote %}
8181

8282

83-
## Setting up devices and entites
83+
## Setting up devices and entities
8484

8585
The `lcn` hardware modules and groups are represented by Home Assistant *devices*. The periphery of each `lcn` module is represented by Home Assistant *entities*. Peripheries are, for example, the output ports, relays, and variables of a module. Refer to the description of each [platform](#platforms) to learn about which entity should be used for which periphery.
8686

source/_integrations/lightwave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The first use of a light or switch will try to register with your Lightwave WiFi
116116
Lightwave Thermostatic Radiator Values (TRV) are supported.
117117

118118
Earlier integrations required a proxy - See [LWProxy](https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV).
119-
This capabilty is still supported, but no longer required.
119+
This capability is still supported, but no longer required.
120120

121121
```yaml
122122
# Example TRV configuration.yaml for TRVs

source/_integrations/livisi.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following devices are currently supported by this integration:
3030
- Wall Switches (ISS, ISS2)
3131
- Window-Door Sensor (WDS)
3232

33-
## Prequisites
33+
## Prerequisites
3434

3535
This integration communicates with the local version of LIVISI SmartHome only.
3636

0 commit comments

Comments
 (0)