From 03e10a71241bf791785e17a6737bc8e701422a13 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 22 Sep 2021 16:04:51 +0200 Subject: [PATCH] Add OS-Agent unsupported message (#19427) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen Co-authored-by: Franck Nijhof --- source/more-info/unsupported/os_agent.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/more-info/unsupported/os_agent.markdown diff --git a/source/more-info/unsupported/os_agent.markdown b/source/more-info/unsupported/os_agent.markdown new file mode 100644 index 00000000000..8df42533d79 --- /dev/null +++ b/source/more-info/unsupported/os_agent.markdown @@ -0,0 +1,16 @@ +--- +title: "OS-Agent issues" +description: "More information on why missing OS-Agent marks the installation as unsupported." +--- + +## The issue + +OS-Agent is how the Supervisor handles additional tasks on the host, +without it, the Supervisor won't be able to fulfill its tasks and responsibilities. + +## The solution + +Home Assistant Operating-System has had this preinstalled since version 6.0 - you need maybe reboot your system. + +If the OS-Agent daemon is not running, start it. +If the [OS-Agent is not installed](https://github.com/home-assistant/os-agent), you need install it.