* Install guide tweaks
- Moved the guide to a numbered list so it's more clearly step by step
- Moved the power supply warning out, so it doesn't break the list
- Highlighted and broken out the parts that only apply to the image based installs
- Standardised some of the links so none are inline
- HIghlighted that `hassio.local` requires working mDNS
- A few minor wording tweaks
* Update installation.markdown
* Update installation.markdown
* Update installation.markdown
At least a couple of times a week somebody turns up with issues, who's using a 0.5A mobile charger, or USB port on some device. Clearly the warning needs to be bigger.
* Pi naming convention
Following the https://www.raspberrypi.org/products/
1. Removed the Pi / Zero from the name to follow how raspberrypi.org
2. Raspberry Pi 2 Model B
3. Raspberry Pi 3 Model B and B+. Added the B+ to clarify and avoid confusion since the hassio did not supported.
Maybe just use 3B and 3B+.
* ✏️ Added Raspberry Pi 1 Model B
* HASS.io image changed...
I made the mistake of copying and pasting line 34-36 into my MacOS terminal and noticed that the file name has changed since this was written.
* Minor change
* Required / recommended generic Linux packages
As per Frenck's advice this is the current list of packages that Hass.io would like to have / require:
apparmor-utils
apt-transport-https
avahi-daemon
ca-certificates
curl
dbus
jq
network-manager
socat
software-properties-common
It would be helpful if this was mentioned in the generic Linux server install section.
* Move list
I just added a direct command to run for an advanced install. The docs at https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio need some cleanup too, but that is clearly a separate change.
I'm not a huge fan of adding code here that might change, but otherwise the linked document is confusing out of context, and I suspect that set of commands isn't actually that likely to change.