From 669b3d883d7f491099fe67caf7300ea411ed90a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sta=C5=84czyk?= <88309614+michalstanczyk@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:44:31 +0200 Subject: [PATCH] Update development_environment.mdx (#1501) Co-authored-by: Franck Nijhof --- docs/development_environment.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 994e1f0d..ff1c41b7 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -125,4 +125,6 @@ After that you can run Home Assistant like this: hass -c config ``` +If you encounter a crash (`SIGKILL`) while running this command on *macOS*, it's probably about lack of Bluetooth permission. You can fix it by adding this permission for your Terminal app (System Preferences -> Security & Privacy -> Bluetooth). + The Home Assistant configuration is stored in the `config` directory in your repository.