From fb5cb354e36a9070a26bb5c16c335ba57125f88f Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Tue, 4 Oct 2022 05:58:31 -0700 Subject: [PATCH] Minor typos (#24364) --- source/_faq/usb_boot.markdown | 2 +- source/_integrations/group.markdown | 2 +- source/_integrations/zone.markdown | 2 +- source/more-info/nest-auth-deprecation.markdown | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_faq/usb_boot.markdown b/source/_faq/usb_boot.markdown index f12de8219f3..faddd59b92d 100644 --- a/source/_faq/usb_boot.markdown +++ b/source/_faq/usb_boot.markdown @@ -9,4 +9,4 @@ Home Assistant offers a data disk feature that offloads all data to an attached Due to the complexity of USB and the USB mass storage device class, booting from a USB device is delicate. When booting from a USB drive this process has to be done multiple times (firmware/boot loader and the operating system), and there is a high chance that it doesn't complete during one of these stages. -That said, booting Home Assistant OS completely from a USB drive (SSD or any other USB mass storage device) works with *some* USB devices. USB Devices that are known to work with Raspberry Pi OS (check the Raspberry Pi Forum) are more likely to work with Home Assistant OS. However, because Home Assistant OS also has U-Boot in the boot chain, there are devices which are known to work with Raspberry Pi OS but do *not* work with Home Assistant OS. Finding the right combination of hardware can require expirimentation. +That said, booting Home Assistant OS completely from a USB drive (SSD or any other USB mass storage device) works with *some* USB devices. USB Devices that are known to work with Raspberry Pi OS (check the Raspberry Pi Forum) are more likely to work with Home Assistant OS. However, because Home Assistant OS also has U-Boot in the boot chain, there are devices which are known to work with Raspberry Pi OS but do *not* work with Home Assistant OS. Finding the right combination of hardware can require experimentation. diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index 3c6c1fa7518..6e256132c3c 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -112,7 +112,7 @@ To add or remove entities from an existing group, click on `Group options`, all ## YAML Configuration -Alternatlively, this integration can be configured and set up manually via YAML +Alternatively, this integration can be configured and set up manually via YAML instead. Here are example of how to configure groups when using the `configuration.yaml` file. Example YAML configuration of a binary sensor group: diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown index cf7ee2b1e55..04c050ae77b 100644 --- a/source/_integrations/zone.markdown +++ b/source/_integrations/zone.markdown @@ -86,7 +86,7 @@ It is preferred to pick an icon to use for your zone. Pick any icon that you can ## State -The state of a zone is a number, which represends the number of +The state of a zone is a number, which represents the number of {% my people title="persons" %} that are currently in a zone. The number of persons in a zone can be helpful for automations, for example, diff --git a/source/more-info/nest-auth-deprecation.markdown b/source/more-info/nest-auth-deprecation.markdown index 22fdf0bad63..a8e846f6199 100644 --- a/source/more-info/nest-auth-deprecation.markdown +++ b/source/more-info/nest-auth-deprecation.markdown @@ -16,7 +16,7 @@ New users may sign up using *Web Auth* without issue. Follow the [documentation] If you previously successfully configured Nest and Home Assistant with *App Auth* then follow the instructions for [Deprecated App Auth Credentials](https://www.home-assistant.io/integrations/nest/#deprecated-app-auth-credentials). -Nest is now configured entirely from the UI using [Application Credentials](https://www.home-assistant.io/integrations/application_credentials/) and the configuration flow will walk you through the steps of creating new credentails the right way. +Nest is now configured entirely from the UI using [Application Credentials](https://www.home-assistant.io/integrations/application_credentials/) and the configuration flow will walk you through the steps of creating new credentials the right way. You will need to upgrade to *Web Auth* before October to avoid interruption.