From 51eee86360974ad8cbba67c9c785915e0cdd0d2e Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 26 May 2018 21:47:58 +0100 Subject: [PATCH] Added path for Hass.io config (#5436) --- source/_docs/configuration.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 2d0dc0f0274..150eef1b46f 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -20,6 +20,7 @@ The location of the folder differs between operating systems: | macOS | `~/.homeassistant` | | Linux | `~/.homeassistant` | | Windows | `%APPDATA%/.homeassistant` | +| Hass.io | `/config` | If you want to use a different folder for configuration, use the config command line parameter: `hass --config path/to/config`.