mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Fix some more typos (found by codespell) (#41386)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
ec963627ef
commit
de21aaae6f
@ -495,7 +495,7 @@ layout: null
|
||||
|
||||
# Removed documentation
|
||||
/docs/installation /getting-started
|
||||
/docs/installation/dokcer /getting-started
|
||||
/docs/installation/docker /getting-started
|
||||
/docs/installation/hassbian /getting-started
|
||||
/docs/installation/macos /docs/installation/virtualenv
|
||||
/docs/installation/raspberry-pi-all-in-one /getting-started
|
||||
|
||||
@ -120,8 +120,8 @@ action:
|
||||
{%- for event in agenda.events %}
|
||||
- Summary: {{ event.summary }}
|
||||
Start-End: {% if event.start is defined %}{{ event.start }} to {{ event.end }}{% else %}All Day{% endif %}
|
||||
{%- if event.descripton is defined %}
|
||||
Descripton: {{ event.descripton }}
|
||||
{%- if event.description is defined %}
|
||||
Description: {{ event.description }}
|
||||
{% endif -%}
|
||||
{%- if event.location is defined %}
|
||||
Location: {{ event.location }}
|
||||
|
||||
@ -31,6 +31,6 @@ following contents:
|
||||
When the Docker configuration file is changed and saved, you need to restart the
|
||||
Docker service on the host machine.
|
||||
|
||||
To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
|
||||
To fix issues with the cgroup level, adjust the `/etc/default/grub`, add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
|
||||
|
||||
You can also just re-run our [convenience installation script](https://github.com/home-assistant/supervised-installer).
|
||||
|
||||
@ -16,7 +16,7 @@ or when using a voice assistant in multiple languages at the same time.
|
||||
|
||||
## Adding an alias of an entity
|
||||
|
||||
There are multliple ways to add an alias of an entity:
|
||||
There are multiple ways to add an alias of an entity:
|
||||
|
||||
- **Option 1**: Go to **Settings** > **Voice assistants**. On the **Expose** tab, select the entity for which you want to add an alias.
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user