diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index b14813bc2e3..298283b9229 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -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 diff --git a/source/_posts/2024-10-02-release-202410.markdown b/source/_posts/2024-10-02-release-202410.markdown index 579e57397e9..7a171f1b08c 100644 --- a/source/_posts/2024-10-02-release-202410.markdown +++ b/source/_posts/2024-10-02-release-202410.markdown @@ -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