From d70c3617a0b517f733741bd6b7d5ca9000e91bbd Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:29:49 +0200 Subject: [PATCH] Fix typo (#34400) --- ...-hacs-the-best-way-to-share-community-made-projects.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2024-08-21-hacs-the-best-way-to-share-community-made-projects.markdown b/source/_posts/2024-08-21-hacs-the-best-way-to-share-community-made-projects.markdown index 5c0a8a4203f..b47ad2bb855 100644 --- a/source/_posts/2024-08-21-hacs-the-best-way-to-share-community-made-projects.markdown +++ b/source/_posts/2024-08-21-hacs-the-best-way-to-share-community-made-projects.markdown @@ -55,7 +55,7 @@ No more visiting the HACS page every day to check for updates. They'll now appea We have also renamed things to help them make more sense, including changing "category" to "type", and "Lovelace" to "dashboard" (Lovelace needs to make room for [Grace](https://www.home-assistant.io/blog/2024/03/04/dashboard-chapter-1/#what-is-project-grace)). We're also including Template management, which utilizes the new [template type](https://www.hacs.xyz/docs/publish/template/) to enhance your Jinja templates. {% note %} -**Breaking changes** - There have been some breaking changes, such as removing the yaml configuration, no longer including the NetDaemon type, and moving [beta selection to a switch entity](https://www.hacs.xyz/docs/use/entities/switch/). Many of the changes are more likely to affect those sharing their code via HACS, check the [release notes for the full list](https://github.com/hacs/integration/releases/tag/2.0.0). +**Breaking changes** - There have been some breaking changes, such as removing the YAML configuration, no longer including the NetDaemon type, and moving [beta selection to a switch entity](https://www.hacs.xyz/docs/use/entities/switch/). Many of the changes are more likely to affect those sharing their code via HACS, check the [release notes for the full list](https://github.com/hacs/integration/releases/tag/2.0.0). {% endnote %} ## What is HACS?