From 81b367df070d5770f0ad6e937079fbda6bf36802 Mon Sep 17 00:00:00 2001 From: Miguel Torres <7513794+TMigue@users.noreply.github.com> Date: Sun, 23 Feb 2025 23:41:52 +0100 Subject: [PATCH] Fix: wrong text in description (#2576) --- json/homeassistant-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/homeassistant-core.json b/json/homeassistant-core.json index d71e5d26..4ceaa1bd 100644 --- a/json/homeassistant-core.json +++ b/json/homeassistant-core.json @@ -12,7 +12,7 @@ "documentation": "https://www.home-assistant.io/docs/", "website": "https://www.home-assistant.io/", "logo": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4", - "description": "A standalone installation of Home Assistant Core refers to a setup where the Home Assistant Core software is installed directly on a device or operating system, without the use of Docker containers. This provides a simpler, but less flexible and scalable solution, as the software is tightly coupled with the underlying system.\r\n\r\n\ud83d\udec8 If the LXC is created Privileged, the script will automatically set up USB passthrough.", + "description": "A standalone installation of Home Assistant Core refers to a setup where the Home Assistant Core software is installed directly on a device or operating system, without the use of Docker containers. This provides a simpler, but less flexible and scalable solution, as the software is tightly coupled with the underlying system.", "install_methods": [ { "type": "default",