From f5c1139f10f9cdbb80cc5832818f05966e499991 Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Sat, 11 Apr 2020 04:36:14 -0400 Subject: [PATCH] Use forwardslash instead of backslash (#12810) Currently the root path doesn't show in the documentation and displays as an empty string `""`. This change changes the root path to a forward slash character to properly show the root path in the documentation. (Proxmox User Permission Path is displayed as a forward slash) --- source/_integrations/proxmoxve.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/proxmoxve.markdown b/source/_integrations/proxmoxve.markdown index f65b274ec56..c190434bf84 100644 --- a/source/_integrations/proxmoxve.markdown +++ b/source/_integrations/proxmoxve.markdown @@ -138,7 +138,7 @@ To apply the user and role just created, we need to give it permissions * Click `Datacenter` * Click `Permissions` * Open `Add` and click `User Permission` -* Select "\" for the path +* Select "/" for the path * Select your Home Assistant user (`hass`) * Select the Home Assistant role (`home-assistant`) * Make sure `Propigate` is checked