From 27d38de0c002b10565a049731fca6596ee2ed4cb Mon Sep 17 00:00:00 2001 From: jimbob1001 Date: Wed, 15 Nov 2017 10:42:33 +0000 Subject: [PATCH] update to synology docker install page (#3989) * update to synology docker install page Unfortunately the Synology GUI way of installing Home Assistant through docker does not allow access to the USB devices to use a Bluetooth or Z-Wave radio (has to be done via ssh) - User Phil Hawthorne has provided great instructions on his blog to access these devices - so wondered if it was acceptable to provide a link (otherwise it would require adding quite a lot of info to the page) Regards, James * Make a note --- source/_docs/installation/docker.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 59d3b5a2b5c..5d027402911 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -72,6 +72,10 @@ Remark: to restart your Home Assistant within Synology NAS, you just have to do * Go to the Docker-app and move to "Container"-section * Right-click on it and select "Action"->"Restart". +

+If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assistant on Synology Docker these instructions do not correctly configure the container to access the USB devices. To configure these devices on your Synology Docker Home Assistant you can follow the instructions provided [here](https://philhawthorne.com/installing-home-assistant-io-on-a-synology-diskstation-nas/) by Phil Hawthorne. +

+ ### {% linkable_title Restart %} This will launch Home Assistant and serve the web interface from port 8123 on your Docker host.