diff --git a/source/_components/bmw_connected_drive.markdown b/source/_components/bmw_connected_drive.markdown index ce7688c9d9d..064d426cbb8 100644 --- a/source/_components/bmw_connected_drive.markdown +++ b/source/_components/bmw_connected_drive.markdown @@ -21,7 +21,7 @@ This component provides the following platforms: - Binary Sensors: Doors, windows, condition based services, check control messages, parking lights, door lock state, charging status (electric cars) and connections status (electric cars). - Device tracker: The location of your car. - Lock: Control the lock of your car. - - Sensors: Mileage, remaining range, remaining fuel, charging time remaing (electric cars), charging status (electric cars), remaing range electric (electric cars). + - Sensors: Mileage, remaining range, remaining fuel, charging time remaining (electric cars), charging status (electric cars), remaining range electric (electric cars). To enable this component in your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/camera.logi_circle.markdown b/source/_components/camera.logi_circle.markdown index c92aca35225..beed202eafa 100644 --- a/source/_components/camera.logi_circle.markdown +++ b/source/_components/camera.logi_circle.markdown @@ -64,7 +64,7 @@ The path part of `filename` must be an entry in the `whitelist_external_dirs` in ### {% linkable_title Service `camera.logi_circle_set_config` %} -Sets an configuration property for your camera. +Sets a configuration property for your camera. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | diff --git a/source/_components/camera.xiaomi.markdown b/source/_components/camera.xiaomi.markdown index 14c4f935686..05e213825de 100644 --- a/source/_components/camera.xiaomi.markdown +++ b/source/_components/camera.xiaomi.markdown @@ -36,7 +36,7 @@ Hassbian users: Don't forget to install `ffmpeg` support on your platform, other
-The live stream writing by the camera is not an supported format when the hass reads through FTP for Yi 720p and Xiaofang Cameras, so this platform retrives the video which was saved 1 minute earlier. +The live stream writing by the camera is not a supported format when the hass reads through FTP for Yi 720p and Xiaofang Cameras, so this platform retrives the video which was saved 1 minute earlier.
diff --git a/source/_components/climate.generic_thermostat.markdown b/source/_components/climate.generic_thermostat.markdown
index 274ac0377f9..89d09a5981e 100644
--- a/source/_components/climate.generic_thermostat.markdown
+++ b/source/_components/climate.generic_thermostat.markdown
@@ -34,7 +34,7 @@ Configuration variables:
- **max_temp** (*Optional*): Set maximum set point available (default: 35)
- **target_temp** (*Optional*): Set initial target temperature. Failure to set this variable will result in target temperature being set to null on startup. As of version 0.59, it will retain the target temperature set before restart if available.
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
-- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in it's current state prior to being switched either off or on.
+- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in its current state prior to being switched either off or on.
- **cold_tolerance** (*Optional*): Set a minimum amount of difference between the temperature read by the sensor specified in the *target_sensor* option and the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5.
- **hot_tolerance** (*Optional*): Set a minimum amount of difference between the temperature read by the sensor specified in the *target_sensor* option and the target temperature that must change prior to being switched off. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will stop when the sensor equals or goes above 25.5.
- **keep_alive** (*Optional*): Set a keep-alive interval. If set, the switch specified in the *heater* option will be triggered every time the interval elapses. Use with heaters and A/C units that shut off if they don't receive a signal from their remote for a while. Use also with switches that might lose state. The keep-alive call is done with the current valid climate component state (either on or off).
diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown
index 39dbc0c4d8e..64783bc44e2 100644
--- a/source/_components/homematic.markdown
+++ b/source/_components/homematic.markdown
@@ -309,7 +309,7 @@ When the connection to your HomeMatic CCU or Homegear is lost, Home Assistant wi
service: homematic.reconnect
```
-- If you have a CCU you can also create a system variable on the CCU, which stores it's last reboot time. Since Home Assistant can still refresh system variables from the CCU (even after a reboot), this is a pretty reliable way to detect situations where you need to call *homematic.reconnect*. This is how this can be done:
+- If you have a CCU you can also create a system variable on the CCU, which stores its last reboot time. Since Home Assistant can still refresh system variables from the CCU (even after a reboot), this is a pretty reliable way to detect situations where you need to call *homematic.reconnect*. This is how this can be done:
1. Create a string variable **V_Last_Reboot** on the CCU
diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown
index 403d8da6bd2..d52e115b918 100644
--- a/source/_components/insteon.markdown
+++ b/source/_components/insteon.markdown
@@ -61,11 +61,11 @@ insteon:
hub_version: 1
```
-Addtional configuration items are available:
+Additional configuration items are available:
```yaml
insteon:
-
-The above guidelines constitude estimates and are intended to help informed decision making. They should not replace analysis, advice, or diagnosis from a trained medical professional.
+The above guidelines constitute estimates and are intended to help informed decision making. They should not replace analysis, advice, or diagnosis from a trained medical professional.
Notify MFA module would not verify the one-time password delivery success, so that if user cannot received the message due any reason, he/she may not be login again. Edit or remove `[your_config_dir]/.storage/auth_module.notify` can disable notify MFA module to resolve the issue.
diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown
index 848cfeef188..936b98fbe92 100644
--- a/source/lovelace/index.markdown
+++ b/source/lovelace/index.markdown
@@ -136,7 +136,7 @@ This is probably because your version of Firefox doesn't have custom components
### {% linkable_title Custom cards don't load on my iOS device? %}
-Home Assistant comes with two versions of the frontend. A compatability mode for older devices and a modern mode. The custom cards need to target one mode and usually choose the modern mode. Before Home Assistant 0.76, we had an issue in the automation and script editor that prevented modern iOS and Mac devices running Safari from using the modern mode.
+Home Assistant comes with two versions of the frontend. A compatibility mode for older devices and a modern mode. The custom cards need to target one mode and usually choose the modern mode. Before Home Assistant 0.76, we had an issue in the automation and script editor that prevented modern iOS and Mac devices running Safari from using the modern mode.
If you can, resolve this issue by upgrading to Home Assistant 0.76 or later. If you are on an older version and don't mind that the automation and script editor don't work on iOS devices, you can force the new version via the configuration:
diff --git a/source/_components/notify.telegram.markdown b/source/_components/notify.telegram.markdown
index 42acb5bd290..934965200ee 100644
--- a/source/_components/notify.telegram.markdown
+++ b/source/_components/notify.telegram.markdown
@@ -277,11 +277,11 @@ action:
{% configuration %}
url:
- description: A remote path to an document. Either this or the `file` configuration option is required.
+ description: A remote path to a document. Either this or the `file` configuration option is required.
required: true
type: string
file:
- description: A local path to an document. Either this or the `url` configuration option is required.
+ description: A local path to a document. Either this or the `url` configuration option is required.
required: true
type: string
caption:
diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown
index 390249c7d30..cc66c3df92a 100644
--- a/source/_components/openuv.markdown
+++ b/source/_components/openuv.markdown
@@ -114,5 +114,5 @@ These sensors display the approximate number of minutes a particular skin type c
* Skin Type VI