From 362863b106779045ba22fca291602dbd4baa71c2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 Feb 2017 19:15:13 +0100 Subject: [PATCH] Update usage part of the getting-started section --- source/getting-started/use.markdown | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/source/getting-started/use.markdown b/source/getting-started/use.markdown index 75cc86d8b10..dae0c8f6f92 100644 --- a/source/getting-started/use.markdown +++ b/source/getting-started/use.markdown @@ -11,16 +11,10 @@ footer: true If you are using Hassbian, browse to [http://hassbian.local:8123](http://hassbian.local:8123) to open the Home Assistant frontend. -To reload your configuration, [login](/docs/hassbian/common-tasks/#login-to-the-raspberry-pi) your Raspberry Pi +To reload your configuration, go to **Configuration** in your side panel, and choose: -```bash -$ ssh pi@ip-address-of-pi -``` +

+ +

-and [restart](/docs/hassbian/common-tasks/#startstoprestart-home-assistant) Home Assistant - -```bash -$ sudo systemctl restart home-assistant@homeassistant.service -``` - -For tweaking your Home Assistant setup, take a look at the [documentation](/docs/), ask your questions in our [forum](https://community.home-assistant.io/), join us for a [chat](https://gitter.im/home-assistant/home-assistant), or report your [issues](https://github.com/home-assistant/home-assistant/issues). +Now that you saw a glimpse of what is possible, take a look at the [documentation](/docs/), ask your questions in our [forum](https://community.home-assistant.io/), join us for a [chat](https://gitter.im/home-assistant/home-assistant), or report your [issues](https://github.com/home-assistant/home-assistant/issues).