Fix some more typos (found by codespell) (#41386)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2025-10-18 18:14:29 +02:00 committed by GitHub
parent ec963627ef
commit de21aaae6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -495,7 +495,7 @@ layout: null
# Removed documentation # Removed documentation
/docs/installation /getting-started /docs/installation /getting-started
/docs/installation/dokcer /getting-started /docs/installation/docker /getting-started
/docs/installation/hassbian /getting-started /docs/installation/hassbian /getting-started
/docs/installation/macos /docs/installation/virtualenv /docs/installation/macos /docs/installation/virtualenv
/docs/installation/raspberry-pi-all-in-one /getting-started /docs/installation/raspberry-pi-all-in-one /getting-started

View File

@ -120,8 +120,8 @@ action:
{%- for event in agenda.events %} {%- for event in agenda.events %}
- Summary: {{ event.summary }} - Summary: {{ event.summary }}
Start-End: {% if event.start is defined %}{{ event.start }} to {{ event.end }}{% else %}All Day{% endif %} Start-End: {% if event.start is defined %}{{ event.start }} to {{ event.end }}{% else %}All Day{% endif %}
{%- if event.descripton is defined %} {%- if event.description is defined %}
Descripton: {{ event.descripton }} Description: {{ event.description }}
{% endif -%} {% endif -%}
{%- if event.location is defined %} {%- if event.location is defined %}
Location: {{ event.location }} Location: {{ event.location }}

View File

@ -31,6 +31,6 @@ following contents:
When the Docker configuration file is changed and saved, you need to restart the When the Docker configuration file is changed and saved, you need to restart the
Docker service on the host machine. 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). You can also just re-run our [convenience installation script](https://github.com/home-assistant/supervised-installer).

View File

@ -16,7 +16,7 @@ or when using a voice assistant in multiple languages at the same time.
## Adding an alias of an entity ## 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. - **Option 1**: Go to **Settings** > **Voice assistants**. On the **Expose** tab, select the entity for which you want to add an alias.
![Screenshot showing the alias editing capabilities added to the more info dialog of entities, accessed from the Voice assistants page](/images/assist/assist_aliases.png) ![Screenshot showing the alias editing capabilities added to the more info dialog of entities, accessed from the Voice assistants page](/images/assist/assist_aliases.png)