2024.10: Fix build

This commit is contained in:
Franck Nijhof 2024-10-02 15:17:43 +02:00
parent b6c8fc0ec7
commit 6975be2e7a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 1 deletions

View File

@ -158,6 +158,8 @@
- term: Custom integration
definition: >-
A custom integration is an integration that has been created by someone from the Home Assistant community and has been published for others to use at their own risk. Custom integrations are not supported by the Home Assistant project. They are not reviewed or tested by the Home Assistant development team and thus may negatively impact the stability of your Home Assistant instance. An example of a custom integration is the [Spook](https://spook.boo/) integration.
aliases:
- custom integrations
- term: Customize
definition: >-
Customization allows you to overwrite the default parameters of your devices

View File

@ -167,7 +167,7 @@ keeping Home Assistant lean, and this release has some good improvements. This
is specially for users of custom integrations, and this follows HACS getting a
great [speed boost for downloads].
On each upgrade, all dependencies needed for {% term custom integrations %}
On each upgrade, all dependencies needed for {% term "custom integrations" %}
are now downloaded and installed. We are now using `uv` internally to download
and install dependencies, which is a faster and more efficient way to download
and install dependencies. If you're not aware, `uv` is what makes our release