diff --git a/getting-started/installation-docker/index.html b/getting-started/installation-docker/index.html
index 277e7dbe5b..59575e27fe 100644
--- a/getting-started/installation-docker/index.html
+++ b/getting-started/installation-docker/index.html
@@ -103,6 +103,14 @@
When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace -v /etc/localtime:/etc/localtime:ro
with -e "TZ=America/Los_Angeles"
(replacing America/Los_Angeles with your timezone)
+If you change the config you have to restart the server.
+To do that you have 2 options.
+
+
+ - You can go to the
service developer tools, select the service homeassistant/restart
and click “Call Service”.
+ - Or you can restart it from an terminal by running
docker restart home-assistant
+
+
Troubleshooting
If you run into any issues, please see the troubleshooting page. It contains solutions to many of the more commonly encountered issues.
diff --git a/sitemap.xml b/sitemap.xml
index f41f1c92ec..bdefd5b460 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2041,62 +2041,62 @@
https://home-assistant.io/demo/frontend.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/index.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:23+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:24+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:24+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-08-08T12:15:54+00:00
+ 2016-08-08T12:17:24+00:00
diff --git a/topics/secrets/index.html b/topics/secrets/index.html
index e215ff2357..40d7a5e782 100644
--- a/topics/secrets/index.html
+++ b/topics/secrets/index.html
@@ -95,9 +95,9 @@
Using secrets.yaml
-The workflow for the outsourcing in the secrets.yaml
are very similar to the splitting of the configuration. Create a secrets.yaml
file in your Home assistant configuration directory (The location of the folder differs between operating systems: on OS X and Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
).
+The workflow for the outsourcing in the secrets.yaml
is very similar to the splitting of the configuration. Create a secrets.yaml
file in your Home assistant configuration directory (The location of the folder differs between operating systems: on OS X and Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
).
-The entries for password and API keys in the configuration.yaml
file usally looks like the example below.
+The entries for password and API keys in the configuration.yaml
file usually looks like the example below.
http:
@@ -115,7 +115,7 @@
-
The secrets.yaml
files stored the corresponding password assigned to the identifier.
+
The secrets.yaml
file contains the corresponding password assigned to the identifier.
logger: debug
@@ -134,7 +134,7 @@
-
Replaced your password or API key with !secret
and an identifier in configuration.yaml
file.
+
Replace your password or API key with !secret
and an identifier in configuration.yaml
file.