From 0da682598525d2234e2fd9e796f721965ad9221b Mon Sep 17 00:00:00 2001 From: Kagey-cmd <72773795+Kagey-cmd@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:10:45 -0400 Subject: [PATCH] Fix minor typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daa716c4..4a345593 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ The add-on uses the supervisor to create backups, and the supervisor only permit ### I'm getting weird errors. Where do I look for more detils about an error (Supervisor logs). -The addon uses Home Assistant's "supervisor" to create and delete backups on Home Asisstant's side. In case you don't know, the supervisor is something that runs in the background on Home Assistant and manages stuff like backups, connections to hardware, and setting up the environment that Home Assistant Core (eg the UI) and addons run in. Because of this a lot of errors you run into (problems with the NAS, HD corruption, etc) only show up in the supervisor's logs. The supervisor's logs are kind of hidden by default, to view them: +The addon uses Home Assistant's "supervisor" to create and delete backups on Home Assistant's side. In case you don't know, the supervisor is something that runs in the background on Home Assistant and manages stuff like backups, connections to hardware, and setting up the environment that Home Assistant Core (eg the UI) and addons run in. Because of this a lot of errors you run into (problems with the NAS, HD corruption, etc) only show up in the supervisor's logs. The supervisor's logs are kind of hidden by default, to view them: - Go to your Home Assistant user profile by clicking the user icon in the bottom left of Home Assistant's main UI. - Enable "Advanced Mode" in your profile.