* 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
typo - the instructions suggest calling your container "homeassistant" but then refer to restarting a container called "home-assistant"
typo - "lose" instead of "loose" & "a" instead of "an"
additional - web interface accessible using http://synologyIP:8123
additional - how to restart from synology
* A few clarifications
These are a few clarifications that would have made the instructions a bit more clear. I figured out what to do, but some of the behavior's were unexpected and I had to guess through a few things.
* Minor changes
* Added link
Added link to hassbian-config
* Added note
Added note for upgrade HA from hassbian-config
* Added note
Added note on how to uppdate HA from hassbian-config
* Updated to match current version
Updated to match current version of hassbian-config.
* Corrected problems with link
* Corrected typo
* Corrected typo
* Corrected typo
* Update common-tasks.markdown
* Update upgrading.markdown
* Fix spelling
* Fix spelling
* fixed double 'the'
mostly 's/the the /the /', little style changes where 'is' or 'to' was missing
* removed duplicate words
removed duplicate words like 'to to', 'you you' or 'account account' etc.
a batch of pizza-toasts burnt for this.
* Added link to Hassio
A Hassio link was added to the 'note' section about avoiding permission errors, but I think we need to add a link up top too so that folks can go see the upgrading section of the Hassio documentation. Thanks
* Update updating.markdown
Though not incorrect, the instructions for installing HA on Armbian are very sparse. This proposed change provides a better way to help users get Home Assistant properly installed on Armbian (linking to existing docs for setting up in a venv)
Pacaur does not work as root for security reasons, it will only ask for a password interactively when invoking `makepkg`:
```
$ sudo pacaur -S home-assistant
[sudo] password for zoresvit:
:: you cannot perform this operation as root
```