diff --git a/source/_includes/asides/hassio_navigation.html b/source/_includes/asides/hassio_navigation.html index 56ea4c427c0..f5a716b278e 100644 --- a/source/_includes/asides/hassio_navigation.html +++ b/source/_includes/asides/hassio_navigation.html @@ -8,7 +8,6 @@
  • {% active_link /hassio/installation/ Installation %}
  • {% active_link /addons/ Available add-ons %}
  • {% active_link /hassio/architecture/ Architecture %}
  • -
  • {% active_link /hassio/network/ Network %}
  • diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 83e29ab2f74..f74c5774676 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -9,15 +9,16 @@ sharing: true footer: true --- -Hass.io images are available for all available Raspberry Pi platforms. Download the appropriate image for your Raspberry Pi: +Hass.io images are available for all available Raspberry Pi platforms. - - [Raspberry Pi / Zero][pi1] - - [Raspberry Pi 2][pi2] - - [Raspberry Pi 3][pi3] - -Flash the downloaded image to an SD card using [Etcher]. Insert SD card to Raspberry Pi and turn it on. You will be able to reach your installation on [http://hassio.local][local]. - -On first boot, it downloads the Home Assistant container and that can take some time. +- Download the appropriate image for your Raspberry Pi: + - [Raspberry Pi / Zero][pi1] + - [Raspberry Pi 2][pi2] + - [Raspberry Pi 3][pi3] +- Flash the downloaded image to an SD card using [Etcher]. +- Optional - Setup the WiFi: On the SD-card, edit the `system-connections/resin-sample` file and change `ssid` and `psk`. +- Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which can take some time. +- You will be able to reach your installation at [http://hassio.local][local]. ### {% linkable_title Alternative: install on generic Linux server %} diff --git a/source/hassio/network.markdown b/source/hassio/network.markdown deleted file mode 100644 index 07e9fef556a..00000000000 --- a/source/hassio/network.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: page -title: "Hass.io Network" -description: "Settup network of Hass.io." -date: 2017-05-07 00:00 -sidebar: true -comments: false -sharing: true -footer: true ---- - -### {% linkable_title ResinOS %} - -For wireless setup you can insert you SD card into PC and edit the `system-connections/resin-sample` file and change `ssid` and `psk`.